Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java169 private final TimerHandler mTimerHandler; field in MainKeyboardView
190 mTimerHandler = new TimerHandler( in MainKeyboardView()
200 PointerTracker.init(mainKeyboardViewAttr, mTimerHandler, this /* DrawingProxy */); in MainKeyboardView()
392 mTimerHandler.cancelLongPressTimers(); in setKeyboard()
516 mTimerHandler.postDismissKeyPreview(key, mKeyPreviewDrawParams.getLingerTimeout()); in dismissKeyPreview()
546 mTimerHandler.postDismissGestureFloatingPreviewText( in showGestureFloatingPreviewText()
685 mTimerHandler.startDoubleTapShiftKeyTimer(); in startDoubleTapShiftKeyTimer()
689 mTimerHandler.cancelDoubleTapShiftKeyTimer(); in cancelDoubleTapShiftKeyTimer()
693 return mTimerHandler.isInDoubleTapShiftKeyTimeout(); in isInDoubleTapShiftKeyTimeout()
702 if (event.getPointerCount() > 1 && mTimerHandler.isInKeyRepeat()) { in onTouchEvent()
[all …]