Home
last modified time | relevance | path

Searched refs:PropertyAnimator (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DPropertyAnimatorTest.java114 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/
DPropertyValuesAnimatorSet.cpp29 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()
DPropertyValuesAnimatorSet.h26 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/
DExpandableOutlineView.java33 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/
DViewState.java32 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/
DPropertyAnimator.java36 public class PropertyAnimator { class
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java1041 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/
DNotificationPanelView.java73 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()