Searched refs:QwertyKeyListener (Results 1 – 10 of 10) sorted by relevance
40 public class QwertyKeyListener extends BaseKeyListener { class41 private static QwertyKeyListener[] sInstance =42 new QwertyKeyListener[Capitalize.values().length * 2];43 private static QwertyKeyListener sFullKeyboardInstance;49 private QwertyKeyListener(Capitalize cap, boolean autoText, boolean fullKeyboard) { in QwertyKeyListener() method in QwertyKeyListener55 public QwertyKeyListener(Capitalize cap, boolean autoText) { in QwertyKeyListener() method in QwertyKeyListener63 public static QwertyKeyListener getInstance(boolean autoText, Capitalize cap) { in getInstance()67 sInstance[off] = new QwertyKeyListener(cap, autoText); in getInstance()78 public static QwertyKeyListener getInstanceForFullKeyboard() { in getInstanceForFullKeyboard()80 sFullKeyboardInstance = new QwertyKeyListener(Capitalize.NONE, false, true); in getInstanceForFullKeyboard()
173 QwertyKeyListener.Replaced[] repl = e.getSpans(0, e.length(), in clear()174 QwertyKeyListener.Replaced.class); in clear()196 return QwertyKeyListener.getInstance(mAutoText, mAutoCap); in getKeyListener()206 return QwertyKeyListener.getInstanceForFullKeyboard(); in getKeyListener()
24 import android.text.method.QwertyKeyListener;199 QwertyKeyListener.markAsReplaced(editable, start, end, original); in replaceText()
7999 android.text.method.QwertyKeyListener$Replaced8000 android.text.method.QwertyKeyListener13988 [Landroid.text.method.QwertyKeyListener$Replaced;13989 [Landroid.text.method.QwertyKeyListener;
15352 HSPLandroid/text/method/QwertyKeyListener;->onKeyDown(Landroid/view/View;Landroid/text/Editable;ILa…30797 Landroid/text/method/QwertyKeyListener$Replaced;30798 Landroid/text/method/QwertyKeyListener;36797 [Landroid/text/method/QwertyKeyListener$Replaced;36798 [Landroid/text/method/QwertyKeyListener;
8030 android.text.method.QwertyKeyListener$Replaced8031 android.text.method.QwertyKeyListener16983 [Landroid.text.method.QwertyKeyListener$Replaced;16984 [Landroid.text.method.QwertyKeyListener;
15416 HSPLandroid/text/method/QwertyKeyListener;->onKeyDown(Landroid/view/View;Landroid/text/Editable;ILa…40931 Landroid/text/method/QwertyKeyListener$Replaced;40932 Landroid/text/method/QwertyKeyListener;49900 [Landroid/text/method/QwertyKeyListener$Replaced;49901 [Landroid/text/method/QwertyKeyListener;
56422 Landroid/text/method/QwertyKeyListener$Replaced;-><init>([C)V56423 Landroid/text/method/QwertyKeyListener$Replaced;->mText:[C56424 Landroid/text/method/QwertyKeyListener;-><init>(Landroid/text/method/TextKeyListener$Capitalize;ZZ)V56426 Landroid/text/method/QwertyKeyListener;->mAutoCap:Landroid/text/method/TextKeyListener$Capitalize;56427 Landroid/text/method/QwertyKeyListener;->mAutoText:Z56428 Landroid/text/method/QwertyKeyListener;->mFullKeyboard:Z56429 Landroid/text/method/QwertyKeyListener;->PICKER_SETS:Landroid/util/SparseArray;56430 Landroid/text/method/QwertyKeyListener;->sFullKeyboardInstance:Landroid/text/method/QwertyKeyListen…56431 Landroid/text/method/QwertyKeyListener;->showCharacterPicker(Landroid/view/View;Landroid/text/Edita…56432 Landroid/text/method/QwertyKeyListener;->sInstance:[Landroid/text/method/QwertyKeyListener;[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
48120 public class QwertyKeyListener extends android.text.method.BaseKeyListener {48121 ctor public QwertyKeyListener(android.text.method.TextKeyListener.Capitalize, boolean);48123 …method public static android.text.method.QwertyKeyListener getInstance(boolean, android.text.metho…48124 method public static android.text.method.QwertyKeyListener getInstanceForFullKeyboard();