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.java78 private boolean mHeadsUpGoingAway; field in HeadsUpManagerPhone
204 mHeadsUpGoingAway = false; in setIsPanelExpanded()
221 if (headsUpGoingAway != mHeadsUpGoingAway) { in setHeadsUpGoingAway()
222 mHeadsUpGoingAway = headsUpGoingAway; in setHeadsUpGoingAway()
232 return mHeadsUpGoingAway; in isHeadsUpGoingAway()