Searched refs:isShadeFullyExpanded (Results 1 – 9 of 9) sorted by relevance
81 shadeInteractor.isShadeFullyExpanded, in <lambda>()86 ) { clearAllButtonVisible, (isShadeFullyExpanded, animationsEnabled) -> in <lambda>() method87 val shouldAnimate = isShadeFullyExpanded && animationsEnabled in <lambda>()
191 shadeInteractor.isShadeFullyExpanded, in <lambda>()196 ) { visibilityChange, (isShadeFullyExpanded, animationsEnabled) -> in <lambda>() method201 isShadeFullyExpanded && animationsEnabled && visibilityChange.canAnimate in <lambda>()
39 val isShadeFullyExpanded: Flow<Boolean> in <lambda>() constant
40 override val isShadeFullyExpanded: Flow<Boolean> = inactiveFlowBoolean constant in com.android.systemui.shade.domain.interactor.ShadeInteractorEmptyImpl
75 override val isShadeFullyExpanded: Flow<Boolean> = in <lambda>() constant
1287 assertThat(mNotificationPanelViewController.isShadeFullyExpanded()).isFalse(); in shadeFullyExpanded_inShadeState()1291 assertThat(mNotificationPanelViewController.isShadeFullyExpanded()).isTrue(); in shadeFullyExpanded_inShadeState()1300 assertThat(mNotificationPanelViewController.isShadeFullyExpanded()).isFalse(); in shadeFullyExpanded_onKeyguard()1306 assertThat(mNotificationPanelViewController.isShadeFullyExpanded()).isTrue(); in shadeFullyExpanded_onShadeLocked()
175 return getNpvc().isShadeFullyExpanded(); in isShadeFullyOpen()
2108 if (mSplitShadeEnabled && (isShadeFullyExpanded() || isExpandingOrCollapsing())) { in expandToNotifications()4095 public boolean isShadeFullyExpanded() {4324 boolean openOrOpening = isShadeFullyExpanded() || isExpandingOrCollapsing();
1032 when(mNotificationPanelViewController.isShadeFullyExpanded()).thenReturn(true); in deviceStateChange_unfolded_shadeOpen_setsLeaveOpenOnKeyguardHide()1044 when(mNotificationPanelViewController.isShadeFullyExpanded()).thenReturn(true); in deviceStateChange_unfolded_shadeOpen_onKeyguard_doesNotSetLeaveOpenOnKeyguardHide()1057 when(mNotificationPanelViewController.isShadeFullyExpanded()).thenReturn(false); in deviceStateChange_unfolded_shadeClose_doesNotSetLeaveOpenOnKeyguardHide()1082 when(mNotificationPanelViewController.isShadeFullyExpanded()).thenReturn(true); in deviceStateChange_unfolded_shadeExpanded_onKeyguard_closesQS()