Home
last modified time | relevance | path

Searched refs:mWaitingOnCollapseWhenGoingAway (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java71 private boolean mWaitingOnCollapseWhenGoingAway; field in HeadsUpManagerPhone
179 mWaitingOnCollapseWhenGoingAway = false; in setIsPanelExpanded()
304 } else if (mHeadsUpGoingAway || mWaitingOnCollapseWhenGoingAway) { in onComputeInternalInsets()
389 mWaitingOnCollapseWhenGoingAway = true; in waitForStatusBarLayout()
397 mWaitingOnCollapseWhenGoingAway = false; in waitForStatusBarLayout()
406 || mWaitingOnCollapseWhenGoingAway; in updateTouchableRegionListener()