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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java538 public void setHeadsUpGoingAway(boolean headsUpGoingAway) { argument
539 if (headsUpGoingAway != mHeadsUpGoingAway) {
540 mHeadsUpGoingAway = headsUpGoingAway;
541 if (!headsUpGoingAway) {

Completed in 45 milliseconds