Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl32 void animateExpandNotificationsPanel(); in animateExpandNotificationsPanel() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DCommandQueueTest.java78 mCommandQueue.animateExpandNotificationsPanel(); in testExpandNotifications()
80 verify(mCallbacks).animateExpandNotificationsPanel(); in testExpandNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java105 default void animateExpandNotificationsPanel() { } in animateExpandNotificationsPanel() method
193 public void animateExpandNotificationsPanel() { in animateExpandNotificationsPanel() method in CommandQueue
464 mCallbacks.get(i).animateExpandNotificationsPanel(); in handleMessage()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java343 mBar.animateExpandNotificationsPanel(); in expandNotificationsPanel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java2810 animateExpandNotificationsPanel(); in handleMessage()
2980 public void animateExpandNotificationsPanel() { in animateExpandNotificationsPanel() method
4215 animateExpandNotificationsPanel(); in animateKeyguardUnoccluding()