Searched refs:mTimerHandler (Results 1 – 2 of 2) sorted by relevance
169 private final TimerHandler mTimerHandler; field in MainKeyboardView190 mTimerHandler = new TimerHandler( in MainKeyboardView()200 PointerTracker.init(mainKeyboardViewAttr, mTimerHandler, this /* DrawingProxy */); in MainKeyboardView()392 mTimerHandler.cancelLongPressTimers(); in setKeyboard()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()704 mTimerHandler.cancelKeyRepeatTimers(); in onTouchEvent()[all …]
57 private final Handler mTimerHandler = new Handler(Looper.getMainLooper()); field in ProgressLiveData78 mTimerHandler.postDelayed(this::updateProgress, UPDATE_INTERVAL_MS); in updateProgress()104 mTimerHandler.removeCallbacksAndMessages(null); in onInactive()