Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DExpandableViewState.java101 public boolean headsUpIsVisible; field in ExpandableViewState
135 headsUpIsVisible = svs.headsUpIsVisible; in copyFrom()
186 if (headsUpIsVisible) { in applyToView()
245 if (headsUpIsVisible) { in animateTo()
DStackScrollAlgorithm.java148 if (!child.mustStayOnScreen() || state.headsUpIsVisible) { in updateClipping()
403 childViewState.headsUpIsVisible = end < ambientState.getMaxHeadsUpTranslation(); in updateChild()
446 if (topHeadsUpEntry == null && row.mustStayOnScreen() && !childState.headsUpIsVisible) {
453 if (row.mustStayOnScreen() && !childState.headsUpIsVisible) {
531 childViewState.headsUpIsVisible = false;
567 if (child.mustStayOnScreen() && !childViewState.headsUpIsVisible
DStackScrollState.java87 viewState.headsUpIsVisible = false; in resetViewState()