Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java241 animatePanel(mClosingVelocity, /* isClosing= */ true); in animateCollapsePanel()
262 animatePanel(mOpeningVelocity, /* isClosing= */ false); in animateExpandPanel()
279 animatePanel(DEFAULT_FLING_VELOCITY, false); in maybeCompleteAnimation()
281 animatePanel(DEFAULT_FLING_VELOCITY, true); in maybeCompleteAnimation()
291 protected void animatePanel(float velocity, boolean isClosing) { in animatePanel() method in OverlayPanelViewController
574 animatePanel(DEFAULT_FLING_VELOCITY, true); in onFling()
591 animatePanel(DEFAULT_FLING_VELOCITY, true); in onSingleTapUp()
659 animatePanel(velocityY, false); in onFling()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java434 animatePanel(DEFAULT_FLING_VELOCITY, false); in setupNotificationPanel()
438 animatePanel(DEFAULT_FLING_VELOCITY, true); in setupNotificationPanel()
/packages/apps/Settings/src/com/android/settings/notification/app/
DConversationNotificationSettings.java58 animatePanel(); in onResume()
DChannelNotificationSettings.java92 animatePanel(); in onResume()
DNotificationSettings.java212 protected void animatePanel() { in animatePanel() method in NotificationSettings