Searched defs:animateY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DAnimationFilter.java32 boolean animateY; field in class:AnimationFilter
62 public AnimationFilter animateY() { method in class:AnimationFilter
63 animateY = true;
107 public AnimationFilter animateY(View view) { method in class:AnimationFilter
113 return animateY || animateYViews.contains(view);
141 animateY |= filter.animateY;
157 animateY = false;

Completed in 40 milliseconds