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/
DHeadsUpManager.java56 protected boolean mHasPinnedNotification; field in HeadsUpManager
169 if (hasPinnedNotification == mHasPinnedNotification) { in updatePinnedMode()
173 Log.v(TAG, "Pinned mode changed: " + mHasPinnedNotification + " -> " + in updatePinnedMode()
176 mHasPinnedNotification = hasPinnedNotification; in updatePinnedMode()
177 if (mHasPinnedNotification) { in updatePinnedMode()
281 return mHasPinnedNotification; in hasPinnedHeadsUp()