Searched refs:IME_ACTION_UNSPECIFIED (Results 1 – 12 of 12) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/ |
H A D | KlpActionCustomTests.java | 31 editorInfo.imeOptions = EditorInfo.IME_ACTION_UNSPECIFIED; in testActionCustom()
|
H A D | KlpActionUnspecifiedTests.java | 34 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_UNSPECIFIED, expectedKey); in testActionUnspecified()
|
H A D | LxxActionCustomTests.java | 31 editorInfo.imeOptions = EditorInfo.IME_ACTION_UNSPECIFIED; in testActionCustom()
|
H A D | LxxActionUnspecifiedTests.java | 34 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_UNSPECIFIED, expectedKey); in testActionUnspecified()
|
H A D | KlpActionLabelTests.java | 42 tag + " unspecified", subtype, EditorInfo.IME_ACTION_UNSPECIFIED, unspecifiedKey); in doTestActionKeys()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
H A D | EditorInfoCompatUtils.java | 46 case EditorInfo.IME_ACTION_UNSPECIFIED: in imeActionName()
|
/aosp12/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
H A D | EditTextVariations.java | 339 case EditorInfo.IME_ACTION_UNSPECIFIED: in actionName()
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | EditorInfo.java | 132 public static final int IME_ACTION_UNSPECIFIED = 0x00000000; field in EditorInfo
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 7021 target = EditorInfo.IME_ACTION_UNSPECIFIED), 8762 == EditorInfo.IME_ACTION_UNSPECIFIED) { in onCreateInputConnection()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 51852 field public static final int IME_ACTION_UNSPECIFIED = 0; // 0x0
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 35608 field public static final int IME_ACTION_UNSPECIFIED = 0; // 0x0
|