Searched refs:KEYCODE_SPACE (Results 1 – 16 of 16) sorted by relevance
11 import static android.view.KeyEvent.KEYCODE_SPACE;94 view -> handleKeyClick(view, KEYCODE_SPACE)); in onCreateInputView()
27 EXPECT_EQ(' ', KEYCODE_SPACE); in TEST()
78 if (after[i] == KEYCODE_SPACE) { in calcNormalizedScore()
76 if (codePointBuffer[i] == KEYCODE_SPACE) { in getSpaceCount()
54 if (keyEvent.isPrintingKey() || KeyEvent.KEYCODE_SPACE == keyCode in decodeHardwareKey()
54 mOutputCodePoints[stateOutput->mOutputtedCodePointCount] = KEYCODE_SPACE; in init()
93 case KeyEvent.KEYCODE_SPACE: in createKeyHandler()
33 KeyEvent.KEYCODE_SPACE
258 #define KEYCODE_SPACE ' ' macro
208 ->getPointToKeyLength(inputIndex, KEYCODE_SPACE); in getSpaceSubstitutionCost()
203 case KeyEvent.KEYCODE_SPACE: in isConfirmKey()
122 if (proximityCharsArray[startIndex + i] == KEYCODE_SPACE) { in hasSpaceProximity()
162 if (c < KEYCODE_SPACE || c == primaryKey) { in calculateProximities()
480 case KeyEvent.KEYCODE_SPACE: in handleKey()
1602 .injectKeyEvent(KeyEvent.KEYCODE_SPACE, KeyEvent.ACTION_DOWN); in testOnKeyEvents_centerButtonClickInAppWindow_webViewFocused_isCheckable_injectSpaceKeyEvent()1604 .injectKeyEvent(KeyEvent.KEYCODE_SPACE, KeyEvent.ACTION_UP); in testOnKeyEvents_centerButtonClickInAppWindow_webViewFocused_isCheckable_injectSpaceKeyEvent()
1395 ? KeyEvent.KEYCODE_SPACE in handleCenterButtonEvent()