Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java71 protected static final float DEFAULT_FLING_VELOCITY = 0; field in OverlayPanelViewController
99 protected float mOpeningVelocity = DEFAULT_FLING_VELOCITY;
100 protected float mClosingVelocity = DEFAULT_FLING_VELOCITY;
304 animatePanel(DEFAULT_FLING_VELOCITY, closePanel); in maybeCompleteAnimation()
390 mOpeningVelocity = DEFAULT_FLING_VELOCITY;
391 mClosingVelocity = DEFAULT_FLING_VELOCITY;
639 animatePanel(DEFAULT_FLING_VELOCITY, true); in onFling()
656 animatePanel(DEFAULT_FLING_VELOCITY, true); in onSingleTapUp()
736 mClosingVelocity = DEFAULT_FLING_VELOCITY;
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/hvac/
DAutoDismissHvacPanelOverlayViewController.java133 mOpeningVelocity = DEFAULT_FLING_VELOCITY; in animate()
134 mClosingVelocity = DEFAULT_FLING_VELOCITY; in animate()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java452 animatePanel(DEFAULT_FLING_VELOCITY, false); in setupNotificationPanel()
456 animatePanel(DEFAULT_FLING_VELOCITY, true); in setupNotificationPanel()