Home
last modified time | relevance | path

Searched refs:expandToNotifications (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DShadeControllerImplTest.kt97 verify(shadeViewController, never()).expandToNotifications()
108 verify(shadeViewController).expandToNotifications()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewControllerEmptyImpl.kt31 override fun expandToNotifications() {}
H A DShadeViewController.kt47 fun expandToNotifications() regex
H A DShadeControllerImpl.java147 getShadeViewController().expandToNotifications(); in animateExpandShade()
H A DNotificationPanelViewController.java2002 public void expandToNotifications() { in expandToNotifications() method in NotificationPanelViewController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java1126 mShadeViewController.expandToNotifications(); in onBackPressed()