Searched refs:mShowCollapsedOnKeyguard (Results 1 – 2 of 2) sorted by relevance
86 private boolean mShowCollapsedOnKeyguard; field in QSFragment256 || mShowCollapsedOnKeyguard) in updateQsState()259 mHeader.setExpanded((keyguardShowing && !mHeaderAnimating && !mShowCollapsedOnKeyguard) in updateQsState()263 || mShowCollapsedOnKeyguard) in updateQsState()266 mFooter.setExpanded((keyguardShowing && !mHeaderAnimating && !mShowCollapsedOnKeyguard) in updateQsState()279 if (showCollapsedOnKeyguard != mShowCollapsedOnKeyguard) { in setShowCollapsedOnKeyguard()280 mShowCollapsedOnKeyguard = showCollapsedOnKeyguard; in setShowCollapsedOnKeyguard()361 boolean onKeyguardAndExpanded = isKeyguardShowing() && !mShowCollapsedOnKeyguard; in setQsExpansion()405 return mState == StatusBarState.KEYGUARD && mShowCollapsedOnKeyguard in headerWillBeAnimating()
76 private boolean mShowCollapsedOnKeyguard; field in QSAnimator113 mShowCollapsedOnKeyguard = showCollapsedOnKeyguard; in setShowCollapsedOnKeyguard()125 && !mShowCollapsedOnKeyguard ? View.INVISIBLE : View.VISIBLE); in updateQQSVisibility()346 if (mShowCollapsedOnKeyguard) { in setPosition()