Searched refs:isShadeFullyExpanded (Results 1 – 6 of 6) sorted by relevance
35 override val isShadeFullyExpanded: Boolean = false
65 val isShadeFullyExpanded: Boolean
179 return getShadeViewController().isShadeFullyExpanded(); in isShadeFullyOpen()
2003 if (mSplitShadeEnabled && (isShadeFullyExpanded() || isExpandingOrCollapsing())) { in expandToNotifications()3978 public boolean isShadeFullyExpanded() { in isShadeFullyExpanded() method4290 boolean openOrOpening = isShadeFullyExpanded() || isExpandingOrCollapsing(); in closeQsIfPossible()
1193 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()
1161 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()