Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java166 private final TimerHandler mKeyTimerHandler; field in MainKeyboardView
188 mKeyTimerHandler = new TimerHandler( in MainKeyboardView()
198 PointerTracker.init(mainKeyboardViewAttr, mKeyTimerHandler, this /* DrawingProxy */); in MainKeyboardView()
381 mKeyTimerHandler.cancelLongPressTimers(); in setKeyboard()
699 mKeyTimerHandler.startDoubleTapShiftKeyTimer(); in startDoubleTapShiftKeyTimer()
703 mKeyTimerHandler.cancelDoubleTapShiftKeyTimer(); in cancelDoubleTapShiftKeyTimer()
707 return mKeyTimerHandler.isInDoubleTapShiftKeyTimeout(); in isInDoubleTapShiftKeyTimeout()
716 if (me.getPointerCount() > 1 && mKeyTimerHandler.isInKeyRepeat()) { in onTouchEvent()
718 mKeyTimerHandler.cancelKeyRepeatTimers(); in onTouchEvent()
742 mKeyTimerHandler.cancelAllMessages(); in cancelAllOngoingEvents()