Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java79 protected static final int SWIPE_THRESHOLD_VELOCITY = 200; field in OverlayPanelViewController
634 if (mAnimateDirection * velocityY > SWIPE_THRESHOLD_VELOCITY) { in onFling()
715 || Math.abs(velocityY) < SWIPE_THRESHOLD_VELOCITY) { in onFling()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/media/
DMediaCardController.java55 private static final int SWIPE_THRESHOLD_VELOCITY = 200; field in MediaCardController
183 || Math.abs(velocityY) < SWIPE_THRESHOLD_VELOCITY) { in MediaCardController()