Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAnimationFilter.java34 ArraySet<View> animateYViews = new ArraySet<>(); field in AnimationFilter
103 animateYViews.add(view); in animateY()
108 return animateY || animateYViews.contains(view); in shouldAnimateY()
143 animateYViews.addAll(filter.animateYViews); in combineFilter()
158 animateYViews.clear(); in reset()