Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DPropertyAnimatorTest.java121 PropertyAnimator.startAnimation(mView, mProperty, 200, mAnimationProperties); in testAnimationStarted()
128 PropertyAnimator.startAnimation(mView, mProperty, 200, mAnimationProperties); in testNoAnimationStarted()
136 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties); in testEndValueUpdated()
146 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties); in testStartTagUpdated()
154 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties); in testValueIsSetUnAnimated()
162 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties); in testAnimationToRightValueUpdated()
164 PropertyAnimator.startAnimation(mView, mProperty, 220f, mAnimationProperties); in testAnimationToRightValueUpdated()
174 PropertyAnimator.startAnimation(mView, mProperty, 200f, mAnimationProperties); in testAnimationToRightValueUpdateAnimated()
177 PropertyAnimator.startAnimation(mView, mProperty, 220f, mAnimationProperties); in testAnimationToRightValueUpdateAnimated()
188 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/keyguard/
DKeyguardVisibilityHelper.java31 import com.android.systemui.statusbar.notification.PropertyAnimator;
96 PropertyAnimator.cancelAnimation(mView, AnimatableProperty.ALPHA); in setViewVisibility()
119 PropertyAnimator.setProperty( in setViewVisibility()
126 PropertyAnimator.setProperty( in setViewVisibility()
159 PropertyAnimator.cancelAnimation(mView, AnimatableProperty.Y); in setViewVisibility()
160 PropertyAnimator.setProperty(mView, AnimatableProperty.Y, target, in setViewVisibility()
169 PropertyAnimator.setProperty( in setViewVisibility()
DKeyguardClockSwitchController.java61 import com.android.systemui.statusbar.notification.PropertyAnimator;
535 PropertyAnimator.setProperty(mSmallClockFrame, AnimatableProperty.TRANSLATION_X, in updatePosition()
537 PropertyAnimator.setProperty(mLargeClockFrame, AnimatableProperty.SCALE_X, in updatePosition()
539 PropertyAnimator.setProperty(mLargeClockFrame, AnimatableProperty.SCALE_Y, in updatePosition()
545 PropertyAnimator.setProperty(mStatusArea, KeyguardStatusAreaView.TRANSLATE_X_AOD, in updatePosition()
DKeyguardStatusViewController.java61 import com.android.systemui.statusbar.notification.PropertyAnimator;
381 PropertyAnimator.setProperty(mView, property, value, CLOCK_ANIMATION_PROPERTIES, animate); in setProperty()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockedScreenOffAnimationController.kt35 import com.android.systemui.statusbar.notification.PropertyAnimator
200 PropertyAnimator.cancelAnimation(keyguardView, AnimatableProperty.Y) in shouldDelayKeyguardShow()
201 PropertyAnimator.setProperty( in shouldDelayKeyguardShow()
211 PropertyAnimator.cancelAnimation(keyguardView, AnimatableProperty.ALPHA) in shouldDelayKeyguardShow()
212 PropertyAnimator.setProperty( in shouldDelayKeyguardShow()
DKeyguardStatusBarViewController.java65 import com.android.systemui.statusbar.notification.PropertyAnimator;
689 PropertyAnimator.setProperty( in updateForHeadsUp()
696 PropertyAnimator.applyImmediately(mView, mHeadsUpShowingAmountAnimation, 0.0f); in updateForHeadsUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt384 internal fun isTopAnimating() = PropertyAnimator.isAnimating(targetView, topAnimatable) in isTopAnimating()
387 internal fun isBottomAnimating() = PropertyAnimator.isAnimating(targetView, bottomAnimatable) in isTopAnimating()
394 PropertyAnimator.setProperty(targetView, topAnimatable, value, DURATION, animated) in isTopAnimating()
402 PropertyAnimator.setProperty(targetView, bottomAnimatable, value, DURATION, animated) in setBottomRoundness()
DPropertyAnimator.java36 public class PropertyAnimator { class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardQsUserSwitchController.java46 import com.android.systemui.statusbar.notification.PropertyAnimator;
351 PropertyAnimator.setProperty(mView, AnimatableProperty.Y, y, ANIMATION_PROPERTIES, animate); in updatePosition()
352 PropertyAnimator.setProperty(mView, AnimatableProperty.TRANSLATION_X, -Math.abs(x), in updatePosition()
DKeyguardUserSwitcherController.java47 import com.android.systemui.statusbar.notification.PropertyAnimator;
337 PropertyAnimator.setProperty(mListView, AnimatableProperty.Y, y, ANIMATION_PROPERTIES, in updatePosition()
339 PropertyAnimator.setProperty(mListView, AnimatableProperty.TRANSLATION_X, -Math.abs(x), in updatePosition()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java34 import com.android.systemui.statusbar.notification.PropertyAnimator;
413 PropertyAnimator.startAnimation(child, SCALE_X_PROPERTY, mScaleX, animationProperties); in animateTo()
420 PropertyAnimator.startAnimation(child, SCALE_Y_PROPERTY, mScaleY, animationProperties); in animateTo()
521 PropertyAnimator.startAnimation(view, property, endValue, NO_NEW_ANIMATIONS); in updateAnimation()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java1044 R.styleable.PropertyAnimator, 0, 0); in loadAnimator()
1046 arrayObjectAnimator = res.obtainAttributes(attrs, R.styleable.PropertyAnimator); in loadAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java193 import com.android.systemui.statusbar.notification.PropertyAnimator;
3073 PropertyAnimator.setProperty(mView, mPanelAlphaAnimator, alpha, alpha == 255 in setAlpha()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt43828 Landroid/R$styleable;->PropertyAnimator:[I
81173 Lcom/android/internal/R$styleable;->PropertyAnimator:[I