Searched refs:mHasPinnedNotification (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java100 private boolean mHasPinnedNotification; field in class:HeadsUpManager
141 boolean shouldObserve = mHasPinnedNotification || mHeadsUpGoingAway
244 if (hasPinnedNotification == mHasPinnedNotification) {
247 mHasPinnedNotification = hasPinnedNotification;
248 if (mHasPinnedNotification) {
375 if (mHasPinnedNotification) {
421 return mHasPinnedNotification;

Completed in 81 milliseconds