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/
DAnimationFilter.java142 public boolean shouldAnimateProperty(Property property) { in shouldAnimateProperty() method in AnimationFilter
DAnimationProperties.java44 public boolean shouldAnimateProperty(Property property) { in getAnimationFilter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DPropertyAnimator.java73 if (filter == null || !filter.shouldAnimateProperty(property)) { in startAnimation()