Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewControllerEmptyImpl.kt35 override val isShadeFullyExpanded: Boolean = false
H A DShadeViewController.kt65 val isShadeFullyExpanded: Boolean
H A DShadeControllerImpl.java179 return getShadeViewController().isShadeFullyExpanded(); in isShadeFullyOpen()
H A DNotificationPanelViewController.java2003 if (mSplitShadeEnabled && (isShadeFullyExpanded() || isExpandingOrCollapsing())) { in expandToNotifications()
3978 public boolean isShadeFullyExpanded() { in isShadeFullyExpanded() method
4290 boolean openOrOpening = isShadeFullyExpanded() || isExpandingOrCollapsing(); in closeQsIfPossible()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java1193 assertThat(mNotificationPanelViewController.isShadeFullyExpanded()).isFalse(); in shadeFullyExpanded_inShadeState()
1197 assertThat(mNotificationPanelViewController.isShadeFullyExpanded()).isTrue(); in shadeFullyExpanded_inShadeState()
1206 assertThat(mNotificationPanelViewController.isShadeFullyExpanded()).isFalse(); in shadeFullyExpanded_onKeyguard()
1212 assertThat(mNotificationPanelViewController.isShadeFullyExpanded()).isTrue(); in shadeFullyExpanded_onShadeLocked()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java1161 when(mNotificationPanelViewController.isShadeFullyExpanded()).thenReturn(true); in deviceStateChange_unfolded_shadeOpen_setsLeaveOpenOnKeyguardHide()
1173 when(mNotificationPanelViewController.isShadeFullyExpanded()).thenReturn(true); in deviceStateChange_unfolded_shadeOpen_onKeyguard_doesNotSetLeaveOpenOnKeyguardHide()
1186 when(mNotificationPanelViewController.isShadeFullyExpanded()).thenReturn(false); in deviceStateChange_unfolded_shadeClose_doesNotSetLeaveOpenOnKeyguardHide()
1211 when(mNotificationPanelViewController.isShadeFullyExpanded()).thenReturn(true); in deviceStateChange_unfolded_shadeExpanded_onKeyguard_closesQS()