Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimatorTest.java113 PropertyAnimator.startAnimation(mView, mProperty, 200, mAnimationProperties); in testAnimationStarted()
120 PropertyAnimator.startAnimation(mView, mProperty, 200, mAnimationProperties); in testNoAnimationStarted()
128 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties); in testEndValueUpdated()
138 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties); in testStartTagUpdated()
146 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties); in testValueIsSetUnAnimated()
154 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties); in testAnimationToRightValueUpdated()
156 PropertyAnimator.startAnimation(mView, mProperty, 220f, mAnimationProperties); in testAnimationToRightValueUpdated()
166 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties); in testAnimationToRightValueUpdateAnimated()
169 PropertyAnimator.startAnimation(mView, mProperty, 220f, mAnimationProperties); in testAnimationToRightValueUpdateAnimated()
235 assertFalse(PropertyAnimator.isAnimating(mView, mProperty)); in testIsAnimating()
[all …]
/aosp12/frameworks/base/libs/hwui/
H A 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()
H A DPropertyValuesAnimatorSet.h26 class PropertyAnimator {
28 PropertyAnimator(PropertyValuesHolder* holder, Interpolator* interpolator, nsecs_t startDelay,
78 std::vector<std::unique_ptr<PropertyAnimator> > mAnimators;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java32 import com.android.systemui.statusbar.notification.PropertyAnimator;
224 if (PropertyAnimator.isAnimating(this, TOP_ROUNDNESS) && diff > 0.5f) { in setTopRoundness()
231 PropertyAnimator.setProperty(this, TOP_ROUNDNESS, topRoundness, in setTopRoundness()
265 if (PropertyAnimator.isAnimating(this, BOTTOM_ROUNDNESS) && diff > 0.5f) { in setBottomRoundness()
272 PropertyAnimator.setProperty(this, BOTTOM_ROUNDNESS, bottomRoundness, in setBottomRoundness()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardVisibilityHelper.java27 import com.android.systemui.statusbar.notification.PropertyAnimator;
116 PropertyAnimator.cancelAnimation(mView, AnimatableProperty.Y); in setViewVisibility()
117 PropertyAnimator.setProperty(mView, AnimatableProperty.Y, target, in setViewVisibility()
H A DKeyguardClockSwitchController.java47 import com.android.systemui.statusbar.notification.PropertyAnimator;
340 PropertyAnimator.setProperty(mClockFrame, AnimatableProperty.TRANSLATION_X, in updatePosition()
342 PropertyAnimator.setProperty(mLargeClockFrame, AnimatableProperty.SCALE_X, in updatePosition()
344 PropertyAnimator.setProperty(mLargeClockFrame, AnimatableProperty.SCALE_Y, in updatePosition()
348 PropertyAnimator.setProperty(mStatusArea, AnimatableProperty.TRANSLATION_X, in updatePosition()
H A DKeyguardStatusViewController.java26 import com.android.systemui.statusbar.notification.PropertyAnimator;
214 PropertyAnimator.setProperty(mView, AnimatableProperty.Y, y, CLOCK_ANIMATION_PROPERTIES, in updatePosition()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockedScreenOffAnimationController.kt21 import com.android.systemui.statusbar.notification.PropertyAnimator
141 PropertyAnimator.cancelAnimation(keyguardView, AnimatableProperty.Y)
142 PropertyAnimator.setProperty<View>(keyguardView, AnimatableProperty.Y, currentY,
H A DKeyguardStatusBarViewController.java45 import com.android.systemui.statusbar.notification.PropertyAnimator;
453 PropertyAnimator.setProperty( in updateForHeadsUp()
460 PropertyAnimator.applyImmediately(mView, mHeadsUpShowingAmountAnimation, 0.0f); in updateForHeadsUp()
H A DNotificationIconAreaController.java38 import com.android.systemui.statusbar.notification.PropertyAnimator;
190 PropertyAnimator.setProperty(mAodIcons, AnimatableProperty.TRANSLATION_X, x, props, in updatePosition()
H A DNotificationPanelViewController.java160 import com.android.systemui.statusbar.notification.PropertyAnimator;
3276 PropertyAnimator.setProperty(mView, mPanelAlphaAnimator, alpha, alpha == 255 in setPanelAlpha()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardQsUserSwitchController.java46 import com.android.systemui.statusbar.notification.PropertyAnimator;
305 PropertyAnimator.setProperty(mView, AnimatableProperty.Y, y, ANIMATION_PROPERTIES, animate); in updatePosition()
306 PropertyAnimator.setProperty(mView, AnimatableProperty.TRANSLATION_X, -Math.abs(x), in updatePosition()
H A DKeyguardUserSwitcherController.java50 import com.android.systemui.statusbar.notification.PropertyAnimator;
342 PropertyAnimator.setProperty(mListView, AnimatableProperty.Y, y, ANIMATION_PROPERTIES, in updatePosition()
344 PropertyAnimator.setProperty(mListView, AnimatableProperty.TRANSLATION_X, -Math.abs(x), in updatePosition()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DViewState.java33 import com.android.systemui.statusbar.notification.PropertyAnimator;
318 PropertyAnimator.startAnimation(child, SCALE_X_PROPERTY, scaleX, animationProperties); in animateTo()
325 PropertyAnimator.startAnimation(child, SCALE_Y_PROPERTY, scaleY, animationProperties); in animateTo()
426 PropertyAnimator.startAnimation(view, property, endValue, NO_NEW_ANIMATIONS); in updateAnimation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimator.java35 public class PropertyAnimator { class
/aosp12/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java1041 R.styleable.PropertyAnimator, 0, 0); in loadAnimator()
1043 arrayObjectAnimator = res.obtainAttributes(attrs, R.styleable.PropertyAnimator); in loadAnimator()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt47794 Landroid/R$styleable;->PropertyAnimator:[I
85139 Lcom/android/internal/R$styleable;->PropertyAnimator:[I