Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAnimationFilter.java43 private ArraySet<Property> mAnimatedProperties = new ArraySet<>(); field in AnimationFilter
134 mAnimatedProperties.addAll(filter.mAnimatedProperties); in combineFilter()
150 mAnimatedProperties.clear(); in reset()
154 mAnimatedProperties.add(property); in animate()
160 return mAnimatedProperties.contains(property); in shouldAnimateProperty()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayout.java661 private Map<DynamicAnimation.ViewProperty, Float> mAnimatedProperties = new HashMap<>();
719 mAnimatedProperties.put(property, value);
821 mAnimatedProperties.remove(DynamicAnimation.TRANSLATION_X);
822 mAnimatedProperties.remove(DynamicAnimation.TRANSLATION_Y);
964 mAnimatedProperties.get(property),
978 mAnimatedProperties.keySet());
1144 mAnimatedProperties.clear();
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTest.java447 private Set<DynamicAnimation.ViewProperty> mAnimatedProperties = new HashSet<>();
454 mAnimatedProperties = animatedProperties;
473 return mAnimatedProperties;