| Package | Description |
|---|---|
| android.widget |
| Modifier and Type | Method and Description |
|---|---|
static TextView.BufferType |
TextView.BufferType.valueOf(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 are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EditText.setText(CharSequence text,
TextView.BufferType type) |
void |
TextView.setText(CharSequence text,
TextView.BufferType type) |
void |
TextView.setText(int resid,
TextView.BufferType type) |
void |
TextView.setTextKeepState(CharSequence text,
TextView.BufferType type) |
Copyright © 2008-2013. All Rights Reserved.