|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextView.BufferType | |
|---|---|
| android.widget | |
| Uses of TextView.BufferType in android.widget |
|---|
| Methods in android.widget that return TextView.BufferType | |
|---|---|
static TextView.BufferType |
TextView.BufferType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TextView.BufferType[] |
TextView.BufferType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in android.widget with parameters of type TextView.BufferType | |
|---|---|
void |
EditText.setText(java.lang.CharSequence text,
TextView.BufferType type)
|
void |
TextView.setText(java.lang.CharSequence text,
TextView.BufferType type)
|
void |
TextView.setText(int resid,
TextView.BufferType type)
|
void |
TextView.setTextKeepState(java.lang.CharSequence text,
TextView.BufferType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||