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.java257 animatePanel(mClosingVelocity, /* isClosing= */ true); in animateCollapsePanel()
278 animatePanel(mOpeningVelocity, /* isClosing= */ false); in animateExpandPanel()
304 animatePanel(DEFAULT_FLING_VELOCITY, closePanel); in maybeCompleteAnimation()
313 protected void animatePanel(float velocity, boolean isClosing) {
639 animatePanel(DEFAULT_FLING_VELOCITY, true); in onFling()
656 animatePanel(DEFAULT_FLING_VELOCITY, true); in onSingleTapUp()
725 animatePanel(velocityY, false); in onFling()
/packages/apps/Settings/src/com/android/settings/notification/app/
DConversationNotificationSettings.java59 animatePanel(); in onResume()
DChannelNotificationSettings.java92 animatePanel(); in onResume()
DNotificationSettings.java209 protected void animatePanel() { in animatePanel() method in NotificationSettings
/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()