Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java70 private HashSet<View> mHeadsUpAppearChildren = new HashSet<>(); field in StackStateAnimator
115 if (mHeadsUpAppearChildren.contains(child) && View.TRANSLATION_Y.equals(property)) { in StackStateAnimator()
154 mHeadsUpAppearChildren.clear(); in startAnimationForEvents()
204 if (mHeadsUpDisappearChildren.contains(child) || mHeadsUpAppearChildren.contains(child)) { in applyWithoutAnimation()
454 mHeadsUpAppearChildren.add(changingView); in processAnimationEvents()