Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java131 private static final float DEFAULT_FLING_VELOCITY = 0; field in CarStatusBar
137 private float mOpeningVelocity = DEFAULT_FLING_VELOCITY;
138 private float mClosingVelocity = DEFAULT_FLING_VELOCITY;
838 animateNotificationPanel(DEFAULT_FLING_VELOCITY, false); in connectNotificationsUI()
842 animateNotificationPanel(DEFAULT_FLING_VELOCITY, true); in connectNotificationsUI()
942 animateNotificationPanel(DEFAULT_FLING_VELOCITY, false); in maybeCompleteAnimation()
944 animateNotificationPanel(DEFAULT_FLING_VELOCITY, true); in maybeCompleteAnimation()
999 mOpeningVelocity = DEFAULT_FLING_VELOCITY; in animate()
1000 mClosingVelocity = DEFAULT_FLING_VELOCITY; in animate()
1558 animateNotificationPanel(DEFAULT_FLING_VELOCITY, true); in onFling()
[all …]