Searched refs:headsUpGoingAway (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java547 public void setHeadsUpGoingAway(boolean headsUpGoingAway) { argument
548 if (headsUpGoingAway != mHeadsUpGoingAway) {
549 mHeadsUpGoingAway = headsUpGoingAway;
550 if (!headsUpGoingAway) {

Completed in 26 milliseconds