Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DTimerProxy.java63 public void cancelLongPressShiftKeyTimer(); in cancelLongPressShiftKeyTimer() method
117 public void cancelLongPressShiftKeyTimer() {} in cancelLongPressShiftKeyTimer() method in TimerProxy.Adapter
DTimerHandler.java129 public void cancelLongPressShiftKeyTimer() { in cancelLongPressShiftKeyTimer() method in TimerHandler
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java1121 sTimerProxy.cancelLongPressShiftKeyTimer(); in startLongPressTimer()