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 69 private boolean mOnKeyguard;
100 mOnKeyguard = onKeyguard;
101 mQuickQsPanel.setVisibility(mOnKeyguard ? View.INVISIBLE : View.VISIBLE);
102 if (mOnKeyguard) {
312 if (mOnKeyguard) {
347 mQuickQsPanel.setVisibility(mOnKeyguard ? View.INVISIBLE : View.VISIBLE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 171 private boolean mOnKeyguard;
    [all...]

Completed in 76 milliseconds