Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
H A DOverlayPanelViewController.java79 protected static final int SWIPE_THRESHOLD_VELOCITY = 200; field in OverlayPanelViewController
602 if (mAnimateDirection * velocityY > SWIPE_THRESHOLD_VELOCITY) { in onFling()
683 || Math.abs(velocityY) < SWIPE_THRESHOLD_VELOCITY) { in onFling()