Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardId.java58 private static final int IME_ACTION_CUSTOM_LABEL = EditorInfo.IME_MASK_ACTION + 1; field in KeyboardId
162 return IME_ACTION_CUSTOM_LABEL; in imeAction()
170 return actionId == IME_ACTION_CUSTOM_LABEL ? mEditorInfo.actionId : actionId; in imeActionId()
243 return (actionId == IME_ACTION_CUSTOM_LABEL) ? "actionCustomLabel" in actionName()