Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DBaseShadeControllerImpl.kt45 expandToNotifications() in animateExpandShade()
50 protected abstract fun expandToNotifications() in expandToNotifications() method
DShadeControllerImpl.java153 protected void expandToNotifications() { in expandToNotifications() method in ShadeControllerImpl
154 getNpvc().expandToNotifications(); in expandToNotifications()
DShadeViewControllerEmptyImpl.kt37 @Deprecated("Use ShadeInteractor instead") override fun expandToNotifications() {} in expandToNotifications() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
DShadeControllerSceneImpl.kt174 override fun expandToNotifications() { in <lambda>() method
DNotificationPanelViewController.java2107 public void expandToNotifications() { in expandToNotifications() method in NotificationPanelViewController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DShadeLockscreenInteractor.kt33 @Deprecated("Use ShadeInteractor instead") fun expandToNotifications() method
DShadeLockscreenInteractorImpl.kt47 override fun expandToNotifications() { in expandToNotifications() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DShadeControllerImplTest.kt134 verify(npvc, never()).expandToNotifications() in testDisableNotificationShade()
145 verify(npvc).expandToNotifications() in testEnableNotificationShade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java1316 mShadeLockscreenInteractor.expandToNotifications(); in onBackPressed()