Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetNavigateMoreKeysBase.java289 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_ALPHABET, in testMoreKeysOfEnterKey()
292 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_ALPHABET, in testMoreKeysOfEnterKey()
295 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_ALPHABET, in testMoreKeysOfEnterKey()
298 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_PHONE, in testMoreKeysOfEnterKey()
301 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_NUMBER, in testMoreKeysOfEnterKey()
304 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_NUMBER, in testMoreKeysOfEnterKey()
307 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_NUMBER, in testMoreKeysOfEnterKey()
310 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, KeyboardId.ELEMENT_NUMBER, in testMoreKeysOfEnterKey()
315 doTestNavigationWithEmojiMoreKeysOf(Constants.CODE_ENTER, subtype, in testMoreKeysOfEnterKey()
320 doTestNavigationMoreKeysOf(Constants.CODE_ENTER, subtype, in testMoreKeysOfEnterKey()
[all …]
DKeyboardLayoutSetActionLabelBase.java77 final Key enterKey = keyboard.getKey(Constants.CODE_ENTER); in doTestActionKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DConstants.java198 public static final int CODE_ENTER = '\n'; field in Constants
268 case CODE_ENTER: return "enter"; in printableCode()
DAudioAndHapticFeedbackManager.java97 case Constants.CODE_ENTER: in performAudioFeedback()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DStringUtilsTests.java125 assert_toUpperCaseOfCodeForLocale(US, Constants.CODE_ENTER, Constants.CODE_ENTER); in test_toUpperCaseOfCodeForLocale()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyCodeDescriptionMapper.java57 mKeyCodeMap.put(Constants.CODE_ENTER, R.string.spoken_description_return); in KeyCodeDescriptionMapper()
105 if (code == Constants.CODE_ENTER) { in getDescriptionForKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java722 final Event tmpEvent = Event.createSoftwareKeypressEvent(Constants.CODE_ENTER, in handleFunctionalEvent()
749 case Constants.CODE_ENTER: in handleNonFunctionalEvent()
1193 if (Constants.CODE_ENTER == codePoint && in tryStripSpaceAndReturnWhetherShouldSwapInstead()
1927 if (Constants.CODE_ENTER == codePoint && settingsValues.isBeforeJellyBean()) { in sendKeyCodePoint()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardCodesSet.java60 Constants.CODE_ENTER,
DTimerHandler.java149 if (typedCode == Constants.CODE_SPACE || typedCode == Constants.CODE_ENTER) { in startTypingStateTimer()
DKeyboardState.java610 return c == Constants.CODE_SPACE || c == Constants.CODE_ENTER; in isSpaceOrEnter()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DHardwareKeyboardEventDecoder.java71 return Event.createHardwareKeypressEvent(Constants.CODE_ENTER, keyCode, in decodeHardwareKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCapsModeUtils.java162 if (Constants.CODE_ENTER == prevChar) { in getCapsMode()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DLayoutBase.java296 public static final ExpectedKey ENTER_KEY = key(ICON_ENTER, Constants.CODE_ENTER);