Searched refs:mShowCollapsedOnKeyguard (Results 1 – 2 of 2) sorted by relevance
125 private boolean mShowCollapsedOnKeyguard; field in QSFragment464 || 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 …]
140 private boolean mShowCollapsedOnKeyguard; field in QSAnimator199 mShowCollapsedOnKeyguard = showCollapsedOnKeyguard; in setShowCollapsedOnKeyguard()210 && !mShowCollapsedOnKeyguard ? View.INVISIBLE : View.VISIBLE); in updateQQSVisibility()657 if (mShowCollapsedOnKeyguard) { in setPosition()