Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java84 private HashSet<View> mHeadsUpDisappearChildren = new HashSet<>(); field in StackStateAnimator
179 mHeadsUpDisappearChildren.clear(); in startAnimationForEvents()
234 if (mHeadsUpDisappearChildren.contains(child) || mHeadsUpAppearChildren.contains(child)) { in applyWithoutAnimation()
524 mHeadsUpDisappearChildren.add(changingView); in processAnimationEvents()
631 mHeadsUpDisappearChildren.add(changingView); in processAnimationEvents()