Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java462 boolean keyguardShowing = isKeyguardState(); in updateQsState()
482 private boolean isKeyguardState() { in isKeyguardState() method in QSFragment
497 if (!showCollapsed && isKeyguardState()) { in updateShowCollapsedOnKeyguard()
632 boolean onKeyguard = isKeyguardState(); in setQsExpansion()
755 if (isKeyguardState()) { in interpolateAlphaAnimationProgress()
793 if (mLastQSExpansion > 0 && !isKeyguardState() && !mQqsMediaHost.getVisible() in updateMediaPositions()
806 return mStatusBarState == KEYGUARD && mShowCollapsedOnKeyguard && !isKeyguardState(); in headerWillBeAnimating()