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.java73 private boolean mHeadsUpGoingAway; field in HeadsUpManagerPhone
230 mHeadsUpGoingAway = false; in setIsPanelExpanded()
249 if (headsUpGoingAway != mHeadsUpGoingAway) { in setHeadsUpGoingAway()
250 mHeadsUpGoingAway = headsUpGoingAway; in setHeadsUpGoingAway()
258 return mHeadsUpGoingAway; in isHeadsUpGoingAway()