Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewControllerEmptyImpl.kt34 override val isPanelExpanded: Boolean = false
H A DShadeViewController.kt62 val isPanelExpanded: Boolean
H A DShadeControllerImpl.java264 if (getShadeViewController().isPanelExpanded() in cancelExpansionAndCollapseShade()
H A DNotificationPanelViewController.java2582 public boolean isPanelExpanded() { in isPanelExpanded() method in NotificationPanelViewController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockedScreenOffAnimationController.kt341 shadeViewController.isPanelExpanded) &&
H A DCentralSurfacesCommandQueueCallbacks.java549 if (mShadeViewController.isPanelExpanded()) { in togglePanel()
H A DCentralSurfacesImpl.java3156 if ((!isOccluded() || mShadeSurface.isPanelExpanded()) in updateScrimController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSystemActions.java337 && mShadeViewController.get().isPanelExpanded() in registerOrUnregisterDismissNotificationShadeAction()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java1074 when(mNotificationPanelViewController.isPanelExpanded()).thenReturn(false); in testOccludingQSNotExpanded_transitionToAuthScrimmed()
1088 when(mNotificationPanelViewController.isPanelExpanded()).thenReturn(true); in testOccludingQSExpanded_transitionToAuthScrimmedShade()