Home
last modified time | relevance | path

Searched refs:canBeCollapsed (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/back/domain/interactor/
H A DBackActionInteractor.kt68 if (shadeViewController.canBeCollapsed()) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewControllerEmptyImpl.kt41 override fun canBeCollapsed(): Boolean = false
H A DShadeViewController.kt91 fun canBeCollapsed(): Boolean regex
H A DShadeControllerImpl.java132 && getShadeViewController().canBeCollapsed() in animateCollapseShade()
H A DNotificationPanelViewController.java1931 if (!canBeCollapsed()) { in collapse()
1940 if (canBeCollapsed()) { in collapse()
4004 public boolean canBeCollapsed() { in canBeCollapsed() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java854 when(mNotificationPanelViewController.canBeCollapsed()).thenReturn(true); in testPredictiveBackAnimation_progressMaxScalesPanel()
875 when(mNotificationPanelViewController.canBeCollapsed()).thenReturn(true); in testPredictiveBackAnimation_progressMinScalesPanel()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java660 if (mShadeSurface.canBeCollapsed()) {