Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManager.java68 protected boolean mHasPinnedNotification; field in BaseHeadsUpManager
463 if (hasPinnedNotification == mHasPinnedNotification) { in updatePinnedMode()
467 mHasPinnedNotification = hasPinnedNotification; in updatePinnedMode()
468 if (mHasPinnedNotification) { in updatePinnedMode()
582 return mHasPinnedNotification; in hasPinnedHeadsUp()