File
Doc
Category
Size
Date
Package
QwertyKeyListener.java
API Doc
Android 5.1 API
933
Sat Mar 14 14:09:42 GMT 2015
android.text.method
QwertyKeyListener
java.lang.Object
android.text.method.BaseKeyListener
public class QwertyKeyListener extends android.text.method.BaseKeyListener
Fields Summary
Constructors Summary
public QwertyKeyListener
(
android.text.method.TextKeyListener.Capitalize
cap,
boolean
autoText)
throw new RuntimeException("Stub!");
Methods Summary
public
int
getInputType
()
throw new RuntimeException("Stub!");
public static
android.text.method.QwertyKeyListener
getInstance
(
boolean
autoText,
android.text.method.TextKeyListener.Capitalize
cap)
throw new RuntimeException("Stub!");
public static
android.text.method.QwertyKeyListener
getInstanceForFullKeyboard
()
throw new RuntimeException("Stub!");
public static void
markAsReplaced
(
android.text.Spannable
content,
int
start,
int
end,
java.lang.String
original)
throw new RuntimeException("Stub!");
public
boolean
onKeyDown
(
android.view.View
view,
android.text.Editable
content,
int
keyCode,
android.view.KeyEvent
event)
throw new RuntimeException("Stub!");
Java Code Source