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/phone/
DHeadsUpManagerPhone.java70 private boolean mHeadsUpGoingAway; field in HeadsUpManagerPhone
180 mHeadsUpGoingAway = false; in setIsPanelExpanded()
198 if (headsUpGoingAway != mHeadsUpGoingAway) { in setHeadsUpGoingAway()
199 mHeadsUpGoingAway = headsUpGoingAway; in setHeadsUpGoingAway()
304 } else if (mHeadsUpGoingAway || mWaitingOnCollapseWhenGoingAway) { in onComputeInternalInsets()
405 boolean shouldObserve = hasPinnedHeadsUp() || mHeadsUpGoingAway in updateTouchableRegionListener()