Searched refs:animatePanel (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/ |
D | OverlayPanelViewController.java | 241 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/ |
D | NotificationPanelViewController.java | 434 animatePanel(DEFAULT_FLING_VELOCITY, false); in setupNotificationPanel() 438 animatePanel(DEFAULT_FLING_VELOCITY, true); in setupNotificationPanel()
|
/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | ConversationNotificationSettings.java | 58 animatePanel(); in onResume()
|
D | ChannelNotificationSettings.java | 92 animatePanel(); in onResume()
|
D | NotificationSettings.java | 212 protected void animatePanel() { in animatePanel() method in NotificationSettings
|