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.java88 private boolean mHeadsUpGoingAway; field in HeadsUpManagerPhone
225 mHeadsUpGoingAway = false; in setIsPanelExpanded()
271 if (headsUpGoingAway != mHeadsUpGoingAway) { in setHeadsUpGoingAway()
272 mHeadsUpGoingAway = headsUpGoingAway; in setHeadsUpGoingAway()
282 return mHeadsUpGoingAway; in isHeadsUpGoingAway()