Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A 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()
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 …]
/aosp12/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/playback/
H A DProgressLiveData.java57 private final Handler mTimerHandler = new Handler(Looper.getMainLooper()); field in ProgressLiveData
78 mTimerHandler.postDelayed(this::updateProgress, UPDATE_INTERVAL_MS); in updateProgress()
104 mTimerHandler.removeCallbacksAndMessages(null); in onInactive()