Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java102 private boolean mHeadsUpGoingAway; field in HeadsUpManager
141 boolean shouldObserve = mHasPinnedNotification || mHeadsUpGoingAway in updateTouchableRegionListener()
391 } else if (mHeadsUpGoingAway || mWaitingOnCollapseWhenGoingAway) { in onComputeInternalInsets()
470 mHeadsUpGoingAway = false; in setIsExpanded()
501 if (headsUpGoingAway != mHeadsUpGoingAway) { in setHeadsUpGoingAway()
502 mHeadsUpGoingAway = headsUpGoingAway; in setHeadsUpGoingAway()