Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DTwoButtonNavbarTouchController.java54 private int mContinuousTouchCount = 0; field in TwoButtonNavbarTouchController
66 mContinuousTouchCount = 0; in canInterceptTouch()
162 mContinuousTouchCount++; in onSwipeInteractionCompleted()
167 && mContinuousTouchCount >= MAX_NUM_SWIPES_TO_TRIGGER_EDU) { in onSwipeInteractionCompleted()
168 mContinuousTouchCount = 0; in onSwipeInteractionCompleted()