Home
last modified time | relevance | path

Searched refs:IME_MASK_ACTION (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java721 } else if ((ei.imeOptions & EditorInfo.IME_MASK_ACTION) != EditorInfo.IME_ACTION_NONE) {
722 ic.performEditorAction(ei.imeOptions & EditorInfo.IME_MASK_ACTION);
3598 (ei.imeOptions & EditorInfo.IME_MASK_ACTION) !=
3605 ic.performEditorAction(ei.imeOptions&EditorInfo.IME_MASK_ACTION);
3766 switch (imeOptions&EditorInfo.IME_MASK_ACTION) {
3796 switch (imeOptions&EditorInfo.IME_MASK_ACTION) {
3858 (ei.imeOptions&EditorInfo.IME_MASK_ACTION) != EditorInfo.IME_ACTION_NONE &&
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java135 public static final int IME_MASK_ACTION = 0x000000ff; field in EditorInfo
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java7855 mask = EditorInfo.IME_MASK_ACTION,
7859 mask = EditorInfo.IME_MASK_ACTION,
7863 mask = EditorInfo.IME_MASK_ACTION,
7867 mask = EditorInfo.IME_MASK_ACTION,
7871 mask = EditorInfo.IME_MASK_ACTION,
7875 mask = EditorInfo.IME_MASK_ACTION,
7879 mask = EditorInfo.IME_MASK_ACTION,
7883 mask = EditorInfo.IME_MASK_ACTION,
9713 return getImeOptions() & EditorInfo.IME_MASK_ACTION; in getActionIdForEnterEvent()
9751 if ((outAttrs.imeOptions & EditorInfo.IME_MASK_ACTION) in onCreateInputConnection()
/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.txt55466 field public static final int IME_MASK_ACTION = 255; // 0xff