Searched refs:callListenerOnPressAndCheckKeyboardLayoutChange (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DPointerTracker.java494 private boolean callListenerOnPressAndCheckKeyboardLayoutChange(final Key key, method in class:PointerTracker
560 // See the comment at {@link #callListenerOnPressAndCheckKeyboardLayoutChange(Key}}.
975 if (callListenerOnPressAndCheckKeyboardLayoutChange(key, 0 /* repeatCount */)) {
1065 if (callListenerOnPressAndCheckKeyboardLayoutChange(key, 0 /* repeatCount */)) {
1436 callListenerOnPressAndCheckKeyboardLayoutChange(key, repeatCount);

Completed in 10 milliseconds