Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSImpl.java121 private boolean mShowCollapsedOnKeyguard; field in QSImpl
446 || mShowCollapsedOnKeyguard) in updateQsState()
449 mHeader.setExpanded((keyguardShowing && !mHeaderAnimating && !mShowCollapsedOnKeyguard) in updateQsState()
453 || mHeaderAnimating || mShowCollapsedOnKeyguard); in updateQsState()
458 mFooter.setExpanded((keyguardShowing && !mHeaderAnimating && !mShowCollapsedOnKeyguard) in updateQsState()
485 if (showCollapsed != mShowCollapsedOnKeyguard) { in updateShowCollapsedOnKeyguard()
486 mShowCollapsedOnKeyguard = showCollapsed; in updateShowCollapsedOnKeyguard()
640 boolean onKeyguardAndExpanded = onKeyguard && !mShowCollapsedOnKeyguard; in setQsExpansion()
687 onKeyguard && !mShowCollapsedOnKeyguard ? panelTranslationY : 0; in setQsExpansion()
821 return mStatusBarState == KEYGUARD && mShowCollapsedOnKeyguard && !isKeyguardState(); in headerWillBeAnimating()
[all …]
DQSAnimator.java138 private boolean mShowCollapsedOnKeyguard; field in QSAnimator
197 mShowCollapsedOnKeyguard = showCollapsedOnKeyguard; in setShowCollapsedOnKeyguard()
208 && !mShowCollapsedOnKeyguard ? View.INVISIBLE : View.VISIBLE); in updateQQSVisibility()
655 if (mShowCollapsedOnKeyguard) { in setPosition()