HomeSort by relevance Sort by last modified time
    Searched refs:CODE_ENTER (Results 1 - 12 of 12) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetNavigateMoreKeysBase.java 289 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_ALPHABET,
292 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_ALPHABET,
295 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_ALPHABET,
298 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_PHONE,
301 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_NUMBER,
304 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_NUMBER,
307 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_NUMBER,
310 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_NUMBER,
315 doTestNavigationWithEmojiMoreKeysOf(Constants.CODE_ENTER, subtype,
320 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype
    [all...]
KeyboardLayoutSetActionLabelBase.java 77 final Key enterKey = keyboard.getKey(Constants.CODE_ENTER);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
HardwareKeyboardEventDecoder.java 64 // CODE_ENTER to trigger the action if any, or a carriage return otherwise. If the
71 return Event.createHardwareKeypressEvent(Constants.CODE_ENTER, keyCode,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardCodesSet.java 60 Constants.CODE_ENTER,
TimerHandler.java 149 if (typedCode == Constants.CODE_SPACE || typedCode == Constants.CODE_ENTER) {
KeyboardState.java 610 return c == Constants.CODE_SPACE || c == Constants.CODE_ENTER;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Constants.java 198 public static final int CODE_ENTER = '\n';
268 case CODE_ENTER: return "enter";
AudioAndHapticFeedbackManager.java 97 case Constants.CODE_ENTER:
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java 162 if (Constants.CODE_ENTER == prevChar) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyCodeDescriptionMapper.java 57 mKeyCodeMap.put(Constants.CODE_ENTER, R.string.spoken_description_return);
105 if (code == Constants.CODE_ENTER) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
LayoutBase.java 296 public static final ExpectedKey ENTER_KEY = key(ICON_ENTER, Constants.CODE_ENTER);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java     [all...]

Completed in 164 milliseconds