Searched refs:PropertyAnimator (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimatorTest.java38 import com.android.systemui.statusbar.notification.PropertyAnimator;
66 private PropertyAnimator.AnimatableProperty mProperty
67 = new PropertyAnimator.AnimatableProperty() {
114 PropertyAnimator.startAnimation(mView, mProperty, 200, mAnimationProperties);
121 PropertyAnimator.startAnimation(mView, mProperty, 200, mAnimationProperties);
129 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties);
139 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties);
147 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties);
155 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties);
157 PropertyAnimator
[all...]
/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.cpp29 PropertyAnimator* animator = new PropertyAnimator(propertyValuesHolder,
130 PropertyAnimator::PropertyAnimator(PropertyValuesHolder* holder, Interpolator* interpolator, function in class:android::uirenderer::PropertyAnimator
144 void PropertyAnimator::setCurrentPlayTime(nsecs_t playTime) {
163 void PropertyAnimator::setFraction(float fraction, long iteration) {
H A DPropertyValuesAnimatorSet.h26 class PropertyAnimator { class in namespace:android::uirenderer
28 PropertyAnimator(PropertyValuesHolder* holder, Interpolator* interpolator, nsecs_t startDelay,
80 std::vector< std::unique_ptr<PropertyAnimator> > mAnimators;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DViewState.java33 import com.android.systemui.statusbar.notification.PropertyAnimator;
67 private static final PropertyAnimator.AnimatableProperty SCALE_X_PROPERTY
68 = new PropertyAnimator.AnimatableProperty() {
91 private static final PropertyAnimator.AnimatableProperty SCALE_Y_PROPERTY
92 = new PropertyAnimator.AnimatableProperty() {
254 public static boolean isAnimating(View view, PropertyAnimator.AnimatableProperty property) {
300 PropertyAnimator.startAnimation(child, SCALE_X_PROPERTY, scaleX, animationProperties);
307 PropertyAnimator.startAnimation(child, SCALE_Y_PROPERTY, scaleY, animationProperties);
406 private void updateAnimation(View view, PropertyAnimator.AnimatableProperty property,
408 PropertyAnimator
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimator.java35 public class PropertyAnimator { class
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java1041 R.styleable.PropertyAnimator, 0, 0);
1043 arrayObjectAnimator = res.obtainAttributes(attrs, R.styleable.PropertyAnimator);

Completed in 484 milliseconds