Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java69 private boolean mOnKeyguard; field in QSAnimator
100 mOnKeyguard = onKeyguard; in setOnKeyguard()
101 mQuickQsPanel.setVisibility(mOnKeyguard ? View.INVISIBLE : View.VISIBLE); in setOnKeyguard()
102 if (mOnKeyguard) { in setOnKeyguard()
312 if (mOnKeyguard) { in setPosition()
347 mQuickQsPanel.setVisibility(mOnKeyguard ? View.INVISIBLE : View.VISIBLE); in onAnimationStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java171 private boolean mOnKeyguard; field in ExpandableNotificationRow
1139 return mOnKeyguard;
2071 if (onKeyguard != mOnKeyguard) {
2074 mOnKeyguard = onKeyguard;
2128 } else if (mIsSummaryWithChildren && (!mOnKeyguard || mShowAmbient)) {
2146 return !mOnKeyguard && !mShowAmbient;
2213 return (!mOnKeyguard || allowOnKeyguard)