Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAnimationFilter.java41 private ArraySet<Property> mAnimatedProperties = new ArraySet<>(); field in AnimationFilter
120 mAnimatedProperties.addAll(filter.mAnimatedProperties); in combineFilter()
134 mAnimatedProperties.clear(); in reset()
138 mAnimatedProperties.add(property); in animate()
144 return mAnimatedProperties.contains(property); in shouldAnimateProperty()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayout.java691 private Map<DynamicAnimation.ViewProperty, Float> mAnimatedProperties = new HashMap<>();
749 mAnimatedProperties.put(property, value);
858 mAnimatedProperties.remove(DynamicAnimation.TRANSLATION_X);
859 mAnimatedProperties.remove(DynamicAnimation.TRANSLATION_Y);
860 mAnimatedProperties.remove(DynamicAnimation.TRANSLATION_Z);
1011 mAnimatedProperties.get(property),
1025 mAnimatedProperties.keySet());
1192 mAnimatedProperties.clear();
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTest.java454 private Set<DynamicAnimation.ViewProperty> mAnimatedProperties = new HashSet<>();
461 mAnimatedProperties = animatedProperties;
480 return mAnimatedProperties;