Searched refs:isPanelExpanded (Results 1 – 10 of 10) sorted by relevance
34 isKeyguardVisible: Boolean, isPanelExpanded: Boolean) { in logStartingActivityFromClick()39 bool3 = isPanelExpanded in logStartingActivityFromClick()
381 panelExpansionInteractorLazy.get().isPanelExpanded) && in shouldPlayUnlockedScreenOffAnimation()
2778 if ((!mKeyguardStateController.isOccluded() || mShadeSurface.isPanelExpanded()) in updateScrimController()2787 if ((!mKeyguardStateController.isOccluded() || mShadeSurface.isPanelExpanded()) in updateScrimController()
49 @Deprecated("Use ShadeInteractor.isAnyExpanded instead.") val isPanelExpanded: Boolean constant
116 override val isPanelExpanded in <lambda>() constant in com.android.systemui.shade.domain.interactor.PanelExpansionInteractorImpl
39 override val isPanelExpanded: Boolean = false constant in com.android.systemui.shade.ShadeViewControllerEmptyImpl
247 if (getNpvc().isPanelExpanded() in cancelExpansionAndCollapseShade()
1378 if (!isKeyguardShowing() && isPanelExpanded()) { in onSplitShadeEnabledChanged()2720 if (isPanelExpanded() != isExpanded) { in updatePanelExpanded()2734 public boolean isPanelExpanded() { in isPanelExpanded() method in NotificationPanelViewController3504 ipw.print("isPanelExpanded()="); ipw.println(isPanelExpanded());3696 isPanelExpanded() && !isCollapsing())
866 when(mNotificationPanelViewController.isPanelExpanded()).thenReturn(false); in testOccludingQSNotExpanded_flagOff_transitionToAuthScrimmed()881 when(mNotificationPanelViewController.isPanelExpanded()).thenReturn(false); in testNotOccluding_QSNotExpanded_flagOn_doesNotTransitionScrimState()897 when(mNotificationPanelViewController.isPanelExpanded()).thenReturn(true); in testNotOccluding_QSExpanded_flagOn_doesTransitionScrimStateToKeyguard()913 when(mNotificationPanelViewController.isPanelExpanded()).thenReturn(true); in testOccludingQSExpanded_transitionToAuthScrimmedShade()
335 if (mPanelExpansionInteractor.get().isPanelExpanded() in registerOrUnregisterDismissNotificationShadeAction()