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.java83 private HashSet<View> mHeadsUpAppearChildren = new HashSet<>(); field in StackStateAnimator
137 mHeadsUpAppearChildren.clear(); in startAnimationForEvents()
157 if (mHeadsUpDisappearChildren.contains(child) || mHeadsUpAppearChildren.contains(child)) { in applyWithoutAnimation()
752 Interpolator interpolator = mHeadsUpAppearChildren.contains(child) ? in startYTranslationAnimation()
930 mHeadsUpAppearChildren.add(changingView); in processAnimationEvents()