android.text.method.PasswordTransformationMethod
Summary
Public Constructors
Public Methods
| |
|
|
|
void |
beforeTextChanged(CharSequence s, int start, int count, int after) |
| |
|
|
static |
PasswordTransformationMethod |
getInstance() |
| |
|
|
|
CharSequence |
getTransformation(CharSequence source) |
| |
|
|
|
void |
onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, Rect previouslyFocusedRect) |
| |
|
|
|
void |
onTextChanged(CharSequence s, int start, int before, int count) |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
PasswordTransformationMethod()
Public Methods
public
void
beforeTextChanged(CharSequence s, int start, int count, int after)
This method is called to notify you that, within s,
the count characters beginning at start
are about to be replaced by new text with length after.
public
void
onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, Rect previouslyFocusedRect)
public
void
onTextChanged(CharSequence s, int start, int before, int count)
This method is called to notify you that, within s,
the count characters beginning at start
have just replaced old text that had length before.