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.java106 private boolean mHasPinnedNotification; field in HeadsUpManager
150 boolean shouldObserve = mHasPinnedNotification || mHeadsUpGoingAway in updateTouchableRegionListener()
257 if (hasPinnedNotification == mHasPinnedNotification) { in updatePinnedMode()
260 mHasPinnedNotification = hasPinnedNotification; in updatePinnedMode()
261 if (mHasPinnedNotification) { in updatePinnedMode()
397 if (mHasPinnedNotification) { in onComputeInternalInsets()
441 return mHasPinnedNotification; in hasPinnedHeadsUp()