/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | PropertyAnimatorTest.java | 114 PropertyAnimator.startAnimation(mView, mProperty, 200, mAnimationProperties); in testAnimationStarted() 121 PropertyAnimator.startAnimation(mView, mProperty, 200, mAnimationProperties); in testNoAnimationStarted() 129 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties); in testEndValueUpdated() 139 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties); in testStartTagUpdated() 147 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties); in testValueIsSetUnAnimated() 155 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties); in testAnimationToRightValueUpdated() 157 PropertyAnimator.startAnimation(mView, mProperty, 220f, mAnimationProperties); in testAnimationToRightValueUpdated() 167 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties); in testAnimationToRightValueUpdateAnimated() 170 PropertyAnimator.startAnimation(mView, mProperty, 220f, mAnimationProperties); in testAnimationToRightValueUpdateAnimated() 181 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties); in testStartTagShiftedWhenChanging() [all …]
|
/frameworks/base/libs/hwui/ |
D | PropertyValuesAnimatorSet.cpp | 29 PropertyAnimator* animator = new PropertyAnimator( in addPropertyAnimator() 128 PropertyAnimator::PropertyAnimator(PropertyValuesHolder* holder, Interpolator* interpolator, in PropertyAnimator() function in android::uirenderer::PropertyAnimator 144 void PropertyAnimator::setCurrentPlayTime(nsecs_t playTime) { in setCurrentPlayTime() 163 void PropertyAnimator::setFraction(float fraction, long iteration) { in setFraction()
|
D | PropertyValuesAnimatorSet.h | 26 class PropertyAnimator { 28 PropertyAnimator(PropertyValuesHolder* holder, Interpolator* interpolator, nsecs_t startDelay, 78 std::vector<std::unique_ptr<PropertyAnimator> > mAnimators;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ExpandableOutlineView.java | 33 import com.android.systemui.statusbar.notification.PropertyAnimator; 290 PropertyAnimator.setProperty(this, TOP_ROUNDNESS, topRoundness, in setTopRoundness() 330 PropertyAnimator.setProperty(this, BOTTOM_ROUNDNESS, bottomRoundness, in setBottomRoundness()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | ViewState.java | 32 import com.android.systemui.statusbar.notification.PropertyAnimator; 299 PropertyAnimator.startAnimation(child, SCALE_X_PROPERTY, scaleX, animationProperties); in animateTo() 306 PropertyAnimator.startAnimation(child, SCALE_Y_PROPERTY, scaleY, animationProperties); in animateTo() 407 PropertyAnimator.startAnimation(view, property, endValue, NO_NEW_ANIMATIONS); in updateAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | PropertyAnimator.java | 36 public class PropertyAnimator { class
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorInflater.java | 1041 R.styleable.PropertyAnimator, 0, 0); in loadAnimator() 1043 arrayObjectAnimator = res.obtainAttributes(attrs, R.styleable.PropertyAnimator); in loadAnimator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelView.java | 73 import com.android.systemui.statusbar.notification.PropertyAnimator; 513 PropertyAnimator.setProperty(mKeyguardStatusView, AnimatableProperty.X, in positionClockAndNotifications() 515 PropertyAnimator.setProperty(mKeyguardStatusView, AnimatableProperty.Y, in positionClockAndNotifications() 2351 PropertyAnimator.setProperty(this, PANEL_ALPHA, alpha, in setPanelAlpha()
|