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/
DQSFragment.java86 private boolean mShowCollapsedOnKeyguard; field in QSFragment
256 || 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()
DQSAnimator.java76 private boolean mShowCollapsedOnKeyguard; field in QSAnimator
113 mShowCollapsedOnKeyguard = showCollapsedOnKeyguard; in setShowCollapsedOnKeyguard()
125 && !mShowCollapsedOnKeyguard ? View.INVISIBLE : View.VISIBLE); in updateQQSVisibility()
346 if (mShowCollapsedOnKeyguard) { in setPosition()