Searched refs:mHeadsUpAppearChildren (Results 1 – 1 of 1) sorted by relevance
75 private HashSet<View> mHeadsUpAppearChildren = new HashSet<>(); field in StackStateAnimator118 if (mHeadsUpAppearChildren.contains(child) && View.TRANSLATION_Y.equals(property)) { in StackStateAnimator()161 mHeadsUpAppearChildren.clear(); in startAnimationForEvents()207 if (mHeadsUpDisappearChildren.contains(child) || mHeadsUpAppearChildren.contains(child)) { in applyWithoutAnimation()420 mHeadsUpAppearChildren.add(changingView); in processAnimationEvents()