android.text.method.QwertyInputMethod
This is the standard input method for alphabetic input on qwerty
keyboards. You should generally not need to instantiate this yourself;
TextInputMethod will do it for you.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
QwertyInputMethod(Capitalize cap, boolean autotext)
Public Methods
Returns a new or existing instance with the specified capitalization
and correction properties.
public
boolean
onKeyDown(View view, Editable content, int keyCode, KeyEvent event)
Handles presses of the meta keys.