Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java125 private boolean mShowCollapsedOnKeyguard; field in QSFragment
464 || mShowCollapsedOnKeyguard) in updateQsState()
467 mHeader.setExpanded((keyguardShowing && !mHeaderAnimating && !mShowCollapsedOnKeyguard) in updateQsState()
471 || mHeaderAnimating || mShowCollapsedOnKeyguard); in updateQsState()
474 mFooter.setExpanded((keyguardShowing && !mHeaderAnimating && !mShowCollapsedOnKeyguard) in updateQsState()
491 if (showCollapsed != mShowCollapsedOnKeyguard) { in updateShowCollapsedOnKeyguard()
492 mShowCollapsedOnKeyguard = showCollapsed; in updateShowCollapsedOnKeyguard()
633 boolean onKeyguardAndExpanded = onKeyguard && !mShowCollapsedOnKeyguard; in setQsExpansion()
677 onKeyguard && !mShowCollapsedOnKeyguard ? panelTranslationY : 0; in setQsExpansion()
806 return mStatusBarState == KEYGUARD && mShowCollapsedOnKeyguard && !isKeyguardState(); in headerWillBeAnimating()
[all …]
H A DQSAnimator.java140 private boolean mShowCollapsedOnKeyguard; field in QSAnimator
199 mShowCollapsedOnKeyguard = showCollapsedOnKeyguard; in setShowCollapsedOnKeyguard()
210 && !mShowCollapsedOnKeyguard ? View.INVISIBLE : View.VISIBLE); in updateQQSVisibility()
657 if (mShowCollapsedOnKeyguard) { in setPosition()