/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | PropertyAnimatorTest.java | 113 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 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()
|
H A D | PropertyValuesAnimatorSet.h | 26 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 D | ExpandableOutlineView.java | 32 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 D | KeyguardVisibilityHelper.java | 27 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 D | KeyguardClockSwitchController.java | 47 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 D | KeyguardStatusViewController.java | 26 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 D | UnlockedScreenOffAnimationController.kt | 21 import com.android.systemui.statusbar.notification.PropertyAnimator 141 PropertyAnimator.cancelAnimation(keyguardView, AnimatableProperty.Y) 142 PropertyAnimator.setProperty<View>(keyguardView, AnimatableProperty.Y, currentY,
|
H A D | KeyguardStatusBarViewController.java | 45 import com.android.systemui.statusbar.notification.PropertyAnimator; 453 PropertyAnimator.setProperty( in updateForHeadsUp() 460 PropertyAnimator.applyImmediately(mView, mHeadsUpShowingAmountAnimation, 0.0f); in updateForHeadsUp()
|
H A D | NotificationIconAreaController.java | 38 import com.android.systemui.statusbar.notification.PropertyAnimator; 190 PropertyAnimator.setProperty(mAodIcons, AnimatableProperty.TRANSLATION_X, x, props, in updatePosition()
|
H A D | NotificationPanelViewController.java | 160 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 D | KeyguardQsUserSwitchController.java | 46 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 D | KeyguardUserSwitcherController.java | 50 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 D | ViewState.java | 33 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 D | PropertyAnimator.java | 35 public class PropertyAnimator { class
|
/aosp12/frameworks/base/core/java/android/animation/ |
H A D | AnimatorInflater.java | 1041 R.styleable.PropertyAnimator, 0, 0); in loadAnimator() 1043 arrayObjectAnimator = res.obtainAttributes(attrs, R.styleable.PropertyAnimator); in loadAnimator()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 47794 Landroid/R$styleable;->PropertyAnimator:[I 85139 Lcom/android/internal/R$styleable;->PropertyAnimator:[I
|