/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarCommandQueueCallbacksTest.java | 141 mSbcqCallbacks.animateExpandNotificationsPanel(); in testDisableNotificationShade() 158 mSbcqCallbacks.animateExpandNotificationsPanel(); in testEnableNotificationShade()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/ |
H A D | TvNotificationPanel.java | 68 public void animateExpandNotificationsPanel() { in animateExpandNotificationsPanel() method in TvNotificationPanel
|
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBar.aidl | 39 void animateExpandNotificationsPanel(); in animateExpandNotificationsPanel() method
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | CommandQueueTest.java | 106 mCommandQueue.animateExpandNotificationsPanel(); in testExpandNotifications() 108 verify(mCallbacks).animateExpandNotificationsPanel(); in testExpandNotifications()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarCommandQueueCallbacks.java | 218 public void animateExpandNotificationsPanel() { in animateExpandNotificationsPanel() method in StatusBarCommandQueueCallbacks 591 animateExpandNotificationsPanel(); in togglePanel()
|
H A D | StatusBar.java | 425 public void animateExpandNotificationsPanel() { in animateExpandNotificationsPanel() method in StatusBar 426 mCommandQueueCallbacks.animateExpandNotificationsPanel(); in animateExpandNotificationsPanel() 3046 mCommandQueueCallbacks.animateExpandNotificationsPanel(); in animateKeyguardUnoccluding()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | CommandQueue.java | 193 default void animateExpandNotificationsPanel() { } in animateExpandNotificationsPanel() method 554 public void animateExpandNotificationsPanel() { in animateExpandNotificationsPanel() method in CommandQueue 1158 mCallbacks.get(i).animateExpandNotificationsPanel(); in handleMessage()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/ |
H A D | NotificationPanelViewController.java | 190 public void animateExpandNotificationsPanel() { in animateExpandNotificationsPanel() method in NotificationPanelViewController
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | SystemActions.java | 377 mStatusBarOptionalLazy.get().ifPresent(StatusBar::animateExpandNotificationsPanel); in handleNotifications()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLiteTest.java | 275 verify(mStatusBar).animateExpandNotificationsPanel(); in testSwipeDown_logAndOpenNotificationShade()
|
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerService.java | 669 mBar.animateExpandNotificationsPanel(); in expandNotificationsPanel()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLite.java | 2280 statusBar -> statusBar.animateExpandNotificationsPanel());
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 86244 Lcom/android/internal/statusbar/IStatusBar$Stub$Proxy;->animateExpandNotificationsPanel()V 86336 Lcom/android/internal/statusbar/IStatusBar;->animateExpandNotificationsPanel()V
|