Searched refs:expandToNotifications (Results 1 – 9 of 9) sorted by relevance
45 expandToNotifications() in animateExpandShade()50 protected abstract fun expandToNotifications() in expandToNotifications() method
153 protected void expandToNotifications() { in expandToNotifications() method in ShadeControllerImpl154 getNpvc().expandToNotifications(); in expandToNotifications()
37 @Deprecated("Use ShadeInteractor instead") override fun expandToNotifications() {} in expandToNotifications() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
174 override fun expandToNotifications() { in <lambda>() method
2107 public void expandToNotifications() { in expandToNotifications() method in NotificationPanelViewController
33 @Deprecated("Use ShadeInteractor instead") fun expandToNotifications() method
47 override fun expandToNotifications() { in expandToNotifications() method
134 verify(npvc, never()).expandToNotifications() in testDisableNotificationShade()145 verify(npvc).expandToNotifications() in testEnableNotificationShade()
1316 mShadeLockscreenInteractor.expandToNotifications(); in onBackPressed()