Searched refs:MAX_NUM_SWIPES_TO_TRIGGER_EDU (Results 1 – 2 of 2) sorted by relevance
93 private static final int MAX_NUM_SWIPES_TO_TRIGGER_EDU = 3; in QuickstepOnboardingPrefs()111 if (mCount >= MAX_NUM_SWIPES_TO_TRIGGER_EDU) { in QuickstepOnboardingPrefs()
45 private static final int MAX_NUM_SWIPES_TO_TRIGGER_EDU = 3; field in TwoButtonNavbarTouchController167 && mContinuousTouchCount >= MAX_NUM_SWIPES_TO_TRIGGER_EDU) { in onSwipeInteractionCompleted()