Since: API Level 1
package

android.text.method

Classes | Description

Provides classes that monitor or modify keypad input.

more...

Interfaces

KeyListenerInterface for converting text key events into edit operations on an Editable class. 
MovementMethod 
TransformationMethodTextView uses TransformationMethods to do things like replacing the characters of passwords with dots, or keeping the newline characters from causing line breaks in single-line text fields. 

Classes

ArrowKeyMovementMethod 
BaseKeyListener 
CharacterPickerDialogDialog for choosing accented characters related to a base character. 
DateKeyListenerFor entering dates in a text field. 
DateTimeKeyListenerFor entering dates and times in the same text field. 
DialerKeyListenerFor dialing-only text entry  
DigitsKeyListenerFor digits-only text entry  
HideReturnsTransformationMethodThis transformation method causes any carriage return characters (\r) to be hidden by displaying them as zero-width non-breaking space characters (). 
LinkMovementMethod 
MetaKeyKeyListenerThis base class encapsulates the behavior for handling the meta keys (shift and alt) and the pseudo-meta state of selecting text. 
MultiTapKeyListenerThis is the standard key listener for alphabetic input on 12-key keyboards. 
NumberKeyListenerFor numeric text entry  
PasswordTransformationMethod 
QwertyKeyListenerThis is the standard key listener for alphabetic input on qwerty keyboards. 
ReplacementTransformationMethodThis transformation method causes the characters in the getOriginal() array to be replaced by the corresponding characters in the getReplacement() array. 
ScrollingMovementMethod 
SingleLineTransformationMethodThis transformation method causes any newline characters (\n) to be displayed as spaces instead of causing line breaks, and causes carriage return characters (\r) to have no appearance. 
TextKeyListenerThis is the key listener for typing normal text. 
TimeKeyListenerFor entering times in a text field. 
Touch 

Enums