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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibleKeyboardViewProxy.java 232 final Key previousKey = mLastHoverKey;
253 if (key != previousKey) {
254 return onTransitionKey(key, previousKey, event);
292 * @param previousKey The previously hovered key.
296 private boolean onTransitionKey(final Key currentKey, final Key previousKey,
300 onHoverKey(previousKey, event);