Searched refs:IME_ACTION_CUSTOM_LABEL (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DInputTypeUtils.java38 public static final int IME_ACTION_CUSTOM_LABEL = EditorInfo.IME_MASK_ACTION + 1; field in class:InputTypeUtils
111 return IME_ACTION_CUSTOM_LABEL;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardId.java254 return (actionId == InputTypeUtils.IME_ACTION_CUSTOM_LABEL) ? "actionCustomLabel"
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1675 if (InputTypeUtils.IME_ACTION_CUSTOM_LABEL == imeOptionsActionId) {

Completed in 82 milliseconds