HomeSort by relevance Sort by last modified time
    Searched refs:mOnKeyguard (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSAnimator.java 63 private boolean mOnKeyguard;
91 mOnKeyguard = onKeyguard;
92 mQuickQsPanel.setVisibility(mOnKeyguard ? View.INVISIBLE : View.VISIBLE);
93 if (mOnKeyguard) {
272 if (mOnKeyguard) {
304 mQuickQsPanel.setVisibility(mOnKeyguard ? View.INVISIBLE : View.VISIBLE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 102 private boolean mOnKeyguard;
700 return mOnKeyguard;
828 mOnKeyguard = false;
    [all...]

Completed in 654 milliseconds