Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAnimationProperties.java40 public boolean shouldAnimateProperty(Property property) { in getAnimationFilter()
DAnimationFilter.java176 public boolean shouldAnimateProperty(Property property) { in shouldAnimateProperty() method in AnimationFilter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DPropertyAnimator.java64 if (!filter.shouldAnimateProperty(property)) { in startAnimation()