Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java1182 final Key currentKey = mCurrentKey; in onUpEventInternal() local
1185 setReleasedKeyGraphics(currentKey); in onUpEventInternal()
1199 if (currentKey != null) { in onUpEventInternal()
1200 callListenerOnRelease(currentKey, currentKey.mCode, true /* withSliding */); in onUpEventInternal()
1209 if (currentKey != null && currentKey.isRepeatable() && !isInSlidingKeyInput) { in onUpEventInternal()
1213 detectAndSendKey(currentKey, mKeyX, mKeyY, eventTime); in onUpEventInternal()
DMainKeyboardView.java241 final Key currentKey = tracker.getKey(); in handleMessage() local
242 if (currentKey != null && currentKey.mCode == msg.arg1) { in handleMessage()
243 tracker.onRegisterKey(currentKey); in handleMessage()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DAccessibleKeyboardViewProxy.java296 private boolean onTransitionKey(final Key currentKey, final Key previousKey, in onTransitionKey() argument
302 onHoverKey(currentKey, event); in onTransitionKey()
304 final boolean handled = onHoverKey(currentKey, event); in onTransitionKey()