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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DAnimationFilter.java30 boolean animateTopInset; field in class:AnimationFilter
69 public AnimationFilter animateTopInset() { method in class:AnimationFilter
70 animateTopInset = true;
118 animateTopInset |= filter.animateTopInset;
131 animateTopInset = false;

Completed in 161 milliseconds