Home
last modified time | relevance | path

Searched refs:IME_ACTION_CUSTOM_LABEL (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DInputTypeUtils.java38 public static final int IME_ACTION_CUSTOM_LABEL = EditorInfo.IME_MASK_ACTION + 1; field in InputTypeUtils
111 return IME_ACTION_CUSTOM_LABEL; in getImeOptionsActionIdFromEditorInfo()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java62 private static final int IME_ACTION_CUSTOM_LABEL = EditorInfo.IME_MASK_ACTION + 1; field in CarLatinIME
318 if (IME_ACTION_CUSTOM_LABEL == imeOptionsActionId) {
460 return IME_ACTION_CUSTOM_LABEL; in getImeOptionsActionIdFromEditorInfo()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardId.java268 return (actionId == InputTypeUtils.IME_ACTION_CUSTOM_LABEL) ? "actionCustomLabel" in actionName()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java726 if (InputTypeUtils.IME_ACTION_CUSTOM_LABEL == imeOptionsActionId) { in handleNonFunctionalEvent()