Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java838 animateNotificationPanel(DEFAULT_FLING_VELOCITY, false); in connectNotificationsUI()
842 animateNotificationPanel(DEFAULT_FLING_VELOCITY, true); in connectNotificationsUI()
912 animateNotificationPanel(mOpeningVelocity, false); in animateExpandNotificationsPanel()
928 animateNotificationPanel(mClosingVelocity, true); in animateCollapsePanels()
942 animateNotificationPanel(DEFAULT_FLING_VELOCITY, false); in maybeCompleteAnimation()
944 animateNotificationPanel(DEFAULT_FLING_VELOCITY, true); in maybeCompleteAnimation()
954 private void animateNotificationPanel(float velocity, boolean isClosing) { in animateNotificationPanel() method in CarStatusBar
1558 animateNotificationPanel(DEFAULT_FLING_VELOCITY, true); in onFling()
1575 animateNotificationPanel(DEFAULT_FLING_VELOCITY, true); in onSingleTapUp()
1634 animateNotificationPanel(velocityY, false); in onFling()