Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTwoButtonNavbarTouchController.java52 private int mContinuousTouchCount = 0; field in TwoButtonNavbarTouchController
64 mContinuousTouchCount = 0; in canInterceptTouch()
160 mContinuousTouchCount++; in onSwipeInteractionCompleted()
165 && mContinuousTouchCount >= MAX_NUM_SWIPES_TO_TRIGGER_EDU) { in onSwipeInteractionCompleted()
166 mContinuousTouchCount = 0; in onSwipeInteractionCompleted()