Searched defs: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
142 boolean shouldObserve = mHasPinnedNotification || mHeadsUpGoingAway
248 if (hasPinnedNotification == mHasPinnedNotification) {
251 mHasPinnedNotification = hasPinnedNotification;
252 if (mHasPinnedNotification) {
388 if (mHasPinnedNotification) {
432 return mHasPinnedNotification;

Completed in 7 milliseconds