Example usage for Java android.text.method TextKeyListener fields, constructors, methods, implement or subclass
The text is from its open source code.
TextKeyListener(Capitalize cap, boolean autotext) Creates a new TextKeyListener with the specified capitalization and correction properties. |
void | clear(Editable e) Clear all the input state (autotext, autocap, multitap, undo) from the specified Editable, going beyond Editable.clear(), which just clears the text but not the input state. |
TextKeyListener | getInstance() Returns a new or existing instance with no automatic capitalization or correction. |