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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DAnimationFilter.java34 boolean hasDelays; field in class:AnimationFilter
49 public AnimationFilter hasDelays() { method in class:AnimationFilter
50 hasDelays = true;
122 hasDelays |= filter.hasDelays;
135 hasDelays = false;

Completed in 54 milliseconds