Home
last modified time | relevance | path

Searched refs:QwertyKeyListener (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/method/
H A DQwertyKeyListener.java40 public class QwertyKeyListener extends BaseKeyListener { class
41 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 QwertyKeyListener
55 public QwertyKeyListener(Capitalize cap, boolean autoText) { in QwertyKeyListener() method in QwertyKeyListener
63 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()
H A DTextKeyListener.java173 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()
/aosp14/frameworks/base/core/java/android/widget/
H A DMultiAutoCompleteTextView.java24 import android.text.method.QwertyKeyListener;
199 QwertyKeyListener.markAsReplaced(editable, start, end, original); in replaceText()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes7999 android.text.method.QwertyKeyListener$Replaced
8000 android.text.method.QwertyKeyListener
13988 [Landroid.text.method.QwertyKeyListener$Replaced;
13989 [Landroid.text.method.QwertyKeyListener;
H A Dboot-image-profile.txt15352 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;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes8030 android.text.method.QwertyKeyListener$Replaced
8031 android.text.method.QwertyKeyListener
16983 [Landroid.text.method.QwertyKeyListener$Replaced;
16984 [Landroid.text.method.QwertyKeyListener;
H A Dboot-image-profile.txt15416 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;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56422 Landroid/text/method/QwertyKeyListener$Replaced;-><init>([C)V
56423 Landroid/text/method/QwertyKeyListener$Replaced;->mText:[C
56424 Landroid/text/method/QwertyKeyListener;-><init>(Landroid/text/method/TextKeyListener$Capitalize;ZZ)V
56426 Landroid/text/method/QwertyKeyListener;->mAutoCap:Landroid/text/method/TextKeyListener$Capitalize;
56427 Landroid/text/method/QwertyKeyListener;->mAutoText:Z
56428 Landroid/text/method/QwertyKeyListener;->mFullKeyboard:Z
56429 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 …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt48120 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();