Searched refs:mShowCollapsedOnKeyguard (Results 1 – 2 of 2) sorted by relevance
121 private boolean mShowCollapsedOnKeyguard; field in QSImpl446 || 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 …]
138 private boolean mShowCollapsedOnKeyguard; field in QSAnimator197 mShowCollapsedOnKeyguard = showCollapsedOnKeyguard; in setShowCollapsedOnKeyguard()208 && !mShowCollapsedOnKeyguard ? View.INVISIBLE : View.VISIBLE); in updateQQSVisibility()655 if (mShowCollapsedOnKeyguard) { in setPosition()