public class PasswordTransformationMethod extends Object implements TransformationMethod, TextWatcher
NoCopySpan.Concrete| Constructor and Description |
|---|
PasswordTransformationMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTextChanged(Editable s) |
void |
beforeTextChanged(CharSequence s,
int start,
int count,
int after) |
static PasswordTransformationMethod |
getInstance() |
CharSequence |
getTransformation(CharSequence source,
View view) |
void |
onFocusChanged(View view,
CharSequence sourceText,
boolean focused,
int direction,
Rect previouslyFocusedRect) |
void |
onTextChanged(CharSequence s,
int start,
int before,
int count) |
public CharSequence getTransformation(CharSequence source, View view)
getTransformation in interface TransformationMethodpublic static PasswordTransformationMethod getInstance()
public void beforeTextChanged(CharSequence s, int start, int count, int after)
beforeTextChanged in interface TextWatcherpublic void onTextChanged(CharSequence s, int start, int before, int count)
onTextChanged in interface TextWatcherpublic void afterTextChanged(Editable s)
afterTextChanged in interface TextWatcherpublic void onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, Rect previouslyFocusedRect)
onFocusChanged in interface TransformationMethodCopyright © 2008-2013. All Rights Reserved.