Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DConstants.java241 public static final int CODE_ACTION_NEXT = -8; field in Constants
265 case CODE_ACTION_NEXT: return "actionNext"; in printableCode()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardCodesSet.java69 Constants.CODE_ACTION_NEXT,
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyCodeDescriptionMapper.java67 mKeyCodeMap.put(Constants.CODE_ACTION_NEXT, R.string.spoken_description_action_next); in KeyCodeDescriptionMapper()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java678 case Constants.CODE_ACTION_NEXT: in handleFunctionalEvent()