Home
last modified time | relevance | path

Searched defs:animator (Results 1 – 25 of 1173) sorted by relevance

12345678910>>...47

/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt104 val animator = in <lambda>() constant
161 val animator = in <lambda>() constant
219 val animator = in <lambda>() constant
269 val animator = in <lambda>() constant
322 val animator = in <lambda>() constant
362 val animator = in <lambda>() constant
409 val animator = in <lambda>() constant
462 val animator = in <lambda>() constant
522 val animator = in <lambda>() constant
583 val animator = in <lambda>() constant
[all …]
/aosp_15_r20/cts/tests/tests/animation/src/android/animation/cts/
H A DCreationTest.java65 ValueAnimator animator = ValueAnimator.ofFloat(0, 1); in testValueAnimatorCreation() local
72 ValueAnimator animator = (ValueAnimator) in testValueAnimatorResourceCreation() local
80 ValueAnimator animator = (ValueAnimator) in testValueAnimatorPvh1() local
88 ValueAnimator animator = (ValueAnimator) in testValueAnimatorPvh2() local
96 ValueAnimator animator = (ValueAnimator) in testValueAnimatorPvhKf1() local
104 ValueAnimator animator = (ValueAnimator) in testValueAnimatorPvhKf2() local
112 ValueAnimator animator = (ValueAnimator) in testValueAnimatorPvhKf3() local
120 ValueAnimator animator = (ValueAnimator) in testValueAnimatorPvhKf4() local
128 ObjectAnimator animator = (ObjectAnimator) in testObjectAnimator() local
137 ObjectAnimator animator = (ObjectAnimator) in testObjectAnimatorPvh1() local
[all …]
H A DValueAnimatorTest.java496 ValueAnimator animator = ValueAnimator.ofFloat(0f, 1f); in testGetAnimatedFraction() local
537 ValueAnimator animator = ValueAnimator.ofFloat(0f, 1f); in testGetAnimatedValue() local
555 ValueAnimator animator = ValueAnimator.ofPropertyValuesHolder(pvhX, pvhY); in testGetAnimatedValue_PropertyName() local
669 final ValueAnimator animator = ValueAnimator.ofFloat(0, 1); in testNotifiesAfterEnd() local
721 ValueAnimator animator = ValueAnimator.ofFloat(0, 1); in testAnimationDurationNoShortenByTinkeredScale() local
753 final ValueAnimator animator = ValueAnimator.ofFloat(0, 1); in testAnimatorsEnabledImpl() local
851 private void startAnimation(final ValueAnimator animator) throws Throwable { in startAnimation()
855 private void endAnimation(final ValueAnimator animator) throws Throwable { in endAnimation()
859 private void cancelAnimation(final ValueAnimator animator) throws Throwable { in cancelAnimation()
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_animation_RenderNodeAnimator.cpp43 virtual void onAnimationFinished(BaseRenderNodeAnimator* animator) { in onAnimationFinished()
104 BaseRenderNodeAnimator* animator = new RenderPropertyAnimator(property, finalValue); in createAnimator() local
112 …BaseRenderNodeAnimator* animator = new CanvasPropertyPrimitiveAnimator(canvasProperty, finalValue); in createCanvasPropertyFloatAnimator() local
122 BaseRenderNodeAnimator* animator = new CanvasPropertyPaintAnimator( in createCanvasPropertyPaintAnimator() local
130 BaseRenderNodeAnimator* animator = new RevealAnimator(centerX, centerY, startRadius, endRadius); in createRevealAnimator() local
136 BaseRenderNodeAnimator* animator = reinterpret_cast<BaseRenderNodeAnimator*>(animatorPtr); in setStartValue() local
142 BaseRenderNodeAnimator* animator = reinterpret_cast<BaseRenderNodeAnimator*>(animatorPtr); in setDuration() local
147 BaseRenderNodeAnimator* animator = reinterpret_cast<BaseRenderNodeAnimator*>(animatorPtr); in getDuration() local
153 BaseRenderNodeAnimator* animator = reinterpret_cast<BaseRenderNodeAnimator*>(animatorPtr); in setStartDelay() local
158 BaseRenderNodeAnimator* animator = reinterpret_cast<BaseRenderNodeAnimator*>(animatorPtr); in setInterpolator() local
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipAnimationControllerTest.java86 final PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in getAnimator_withAlpha_returnFloatAnimator() local
98 final PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in getAnimator_withBounds_returnBoundsAnimator() local
134 PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in getAnimator_setTransitionDirection() local
153 PipAnimationController.PipTransitionAnimator<?> animator = mPipAnimationController in pipTransitionAnimator_rotatedEndValue() local
185 PipAnimationController.PipTransitionAnimator<?> animator = mPipAnimationController in pipTransitionAnimator_rotatedEndValue_overrideMainWindowFrame() local
215 final PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in pipTransitionAnimator_updateEndValue() local
230 final PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in pipTransitionAnimator_setPipAnimationCallback() local
259 PipAnimationController.PipTransitionAnimator<?> animator = mPipAnimationController in pipTransitionAnimator_overrideMainWindowFrame() local
289 PipAnimationController.PipTransitionAnimator<?> animator = mPipAnimationController in pipTransitionAnimator_animateTaskBounds() local
320 PipAnimationController.PipTransitionAnimator<?> animator = mPipAnimationController in pipTransitionAnimator_letterboxed_animateTaskBounds() local
[all …]
/aosp_15_r20/frameworks/base/libs/hwui/
H A DAnimatorManager.cpp30 static void detach(sp<BaseRenderNodeAnimator>& animator) { in detach()
42 void AnimatorManager::addAnimator(const sp<BaseRenderNodeAnimator>& animator) { in addAnimator()
57 void AnimatorManager::removeAnimator(const sp<BaseRenderNodeAnimator>& animator) { in removeAnimator()
88 for (auto& animator : mAnimators) { in pushStaging() local
96 for (const auto& animator : mAnimators) { in pushStaging() local
99 for (auto& animator : animators) { in pushStaging() local
105 void AnimatorManager::onAnimatorTargetChanged(BaseRenderNodeAnimator* animator) { in onAnimatorTargetChanged()
115 bool operator()(sp<BaseRenderNodeAnimator>& animator) { in operator ()()
168 static void endStagingAnimator(sp<BaseRenderNodeAnimator>& animator) { in endStagingAnimator()
187 void operator()(sp<BaseRenderNodeAnimator>& animator) { animator->forceEndNow(mContext); } in operator ()()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/
H A DTouchAnimatorTest.java47 TouchAnimator animator = new TouchAnimator.Builder() in testSetValueFloat() local
63 TouchAnimator animator = new TouchAnimator.Builder() in testSetValueFloat_threeValues() local
85 TouchAnimator animator = new TouchAnimator.Builder() in testSetValueInt() local
101 TouchAnimator animator = new TouchAnimator.Builder() in testStartDelay() local
121 TouchAnimator animator = new TouchAnimator.Builder() in testEndDelay() local
141 TouchAnimator animator = new TouchAnimator.Builder() in testOnAnimationAtStartCallback() local
166 TouchAnimator animator = new TouchAnimator.Builder() in testOnAnimationAtEndCallback() local
191 TouchAnimator animator = new TouchAnimator.Builder() in testOnAnimationStartedCallback() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowRenderNodeAnimatorTest.java37 Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f); in normal() local
48 Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f); in canceled() local
62 Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f); in delayed() local
75 Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f); in neverStartedCanceled() local
94 Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f); in neverStartedEnded() local
114 Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f); in doubleCanceled() local
129 Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f); in doubleEnded() local
143 Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f); in delayedAndCanceled() local
H A DShadowValueAnimatorTest.java23 final ValueAnimator animator = ValueAnimator.ofInt(0, 10); in start_shouldRunAnimation() local
33 final ValueAnimator animator = ValueAnimator.ofInt(0, 10); in test_WithInfiniteRepeatCount_CountIsSetToOne() local
42 final ValueAnimator animator = ValueAnimator.ofInt(0, 10); in test_WhenInfiniteAnimationIsPlayed_AnimationIsOnlyPlayedOnce() local
57 ValueAnimator animator = ValueAnimator.ofInt(0, 10); in animation_setPostFrameCallbackDelay() local
75 ValueAnimator animator = ValueAnimator.ofInt(0, 10); in setDurationScale_disablesDurations() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/
H A DUnfoldAnimationController.java89 final UnfoldTaskAnimator animator = mAnimators.get(i); in onInit() local
106 final UnfoldTaskAnimator animator = mAnimators.get(i); in onTaskAppeared() local
120 final UnfoldTaskAnimator animator = mAnimatorsByTaskId.get(taskInfo.taskId); in onTaskInfoChanged() local
157 final UnfoldTaskAnimator animator = mAnimatorsByTaskId.get(taskInfo.taskId); in onTaskVanished() local
176 final UnfoldTaskAnimator animator = mAnimators.get(i); in onStateChangeStarted() local
197 final UnfoldTaskAnimator animator = mAnimators.get(i); in onStateChangeProgress() local
219 final UnfoldTaskAnimator animator = mAnimators.get(i); in onStateChangeFinished() local
230 private void maybeResetTask(UnfoldTaskAnimator animator, TaskInfo taskInfo) { in maybeResetTask()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
H A DSplitShadeTransitionAdapterTest.kt52 val animator = adapter.createAnimator(startValues = null, endValues = endValues) in <lambda>() constant
59 val animator = adapter.createAnimator(startValues = createStartValues(), endValues = null) in <lambda>() constant
66 val animator = in <lambda>() constant
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimator.kt157 val animator = PhysicsAnimator.getInstance(bubbleView) in <lambda>() constant
213 val animator = bubbleStashController.getStashedHandlePhysicsAnimator() ?: return@Runnable in <lambda>() constant
299 val animator = bubbleStashController.getStashedHandlePhysicsAnimator() ?: return@Runnable in <lambda>() constant
370 val animator = PhysicsAnimator.getInstance(bubbleView) in <lambda>() constant
410 val animator = PhysicsAnimator.getInstance(bubbleBarView) in <lambda>() constant
438 val animator = PhysicsAnimator.getInstance(bubbleView) in <lambda>() constant
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/flyout/
DBubbleBarFlyoutController.kt46 private var animator: ValueAnimator? = null in <lambda>() variable in com.android.launcher3.taskbar.bubbles.flyout.BubbleBarFlyoutController
95 val animator = ValueAnimator.ofFloat(startValue, 1f).setDuration(duration) in <lambda>() constant
153 val animator = ValueAnimator.ofFloat(startValue, 0f).setDuration(duration) in <lambda>() constant
184 val animator = animator ?: return null in <lambda>() constant
/aosp_15_r20/platform_testing/libraries/motion/tests/src/platform/test/motion/view/
H A DViewToolkitTest.kt62 val animator = sceneRoot.createSlideLeftAnimator() in <lambda>() constant
78 val animator = sceneRoot.createSlideLeftAnimator() in <lambda>() constant
95 val animator = sceneRoot.createSlideLeftAnimator() in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimatorTest.java201 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testUsingDuration() local
212 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testUsingDelay() local
223 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testUsingInterpolator() local
234 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testUsingListener() local
256 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testListenerCallbackOrderAndTagState() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java282 RenderNodeAnimator animator = new RenderNodeAnimator(mHwCirclePaint, in startRtAlphaFadeIn() local
303 RenderNodeAnimator animator = new RenderNodeAnimator(mHwCirclePaint, in startRtCircleFadeOut() local
312 RenderNodeAnimator animator = new RenderNodeAnimator(mHwCircleRadius, circleRadius); in getRtAnimatorToRadius() local
374 ValueAnimator animator = getAnimatorToRadius(circleRadius); in setCircleRadius() local
408 ValueAnimator animator = ValueAnimator.ofFloat(mCircleRadius, circleRadius); in getAnimatorToRadius() local
424 private void cancelAnimator(Animator animator) { in cancelAnimator()
450 ValueAnimator animator = ValueAnimator.ofFloat(mImageScale, imageScale); in setImageScale() local
505 ValueAnimator animator = ValueAnimator.ofInt(currentAlpha, endAlpha); in setImageAlpha() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/unfold/SystemUIUnfoldLib/android_common/kapt/gen/stubs/com/android/systemui/unfold/progress/
DFixedTimingTransitionProgressProvider.java21 private final android.animation.ObjectAnimator animator = null; field in FixedTimingTransitionProgressProvider
91 public void onAnimationStart(@org.jetbrains.annotations.NotNull() in onAnimationStart()
96 public void onAnimationEnd(@org.jetbrains.annotations.NotNull() in onAnimationEnd()
101 public void onAnimationRepeat(@org.jetbrains.annotations.NotNull() in onAnimationRepeat()
106 public void onAnimationCancel(@org.jetbrains.annotations.NotNull() in onAnimationCancel()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFlingAnimationUtils.java109 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply()
122 public void apply(androidx.core.animation.Animator animator, in apply()
136 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply()
152 public void apply(Animator animator, float currValue, float endValue, float velocity, in apply()
171 public void apply(androidx.core.animation.Animator animator, in apply()
189 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply()
266 public void applyDismissing(Animator animator, float currValue, float endValue, in applyDismissing()
286 public void applyDismissing(ViewPropertyAnimator animator, float currValue, float endValue, in applyDismissing()
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/
H A DTurbulenceNoiseView.kt76 val animator = ValueAnimator.ofFloat(0f, 1f) in <lambda>() constant
119 val animator = ValueAnimator.ofFloat(0f, 1f) in <lambda>() constant
165 val animator = ValueAnimator.ofFloat(0f, 1f) in <lambda>() constant
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeVisualIndicator.java296 final VisualIndicatorAnimator animator = VisualIndicatorAnimator in fadeInIndicator() local
315 final VisualIndicatorAnimator animator = VisualIndicatorAnimator in fadeOutIndicator() local
343 final VisualIndicatorAnimator animator = VisualIndicatorAnimator.animateIndicatorType( in transitionIndicator() local
405 final VisualIndicatorAnimator animator = new VisualIndicatorAnimator( in fadeBoundsIn() local
418 final VisualIndicatorAnimator animator = new VisualIndicatorAnimator( in fadeBoundsOut() local
439 final VisualIndicatorAnimator animator = new VisualIndicatorAnimator( in animateIndicatorType() local
483 private static void setupIndicatorAnimation(@NonNull VisualIndicatorAnimator animator, in setupIndicatorAnimation()
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/loadingeffect/
H A DLoadingEffect.kt209 val animator = ValueAnimator.ofFloat(0f, 1f) in <lambda>() constant
252 val animator = ValueAnimator.ofFloat(0f, 1f) in <lambda>() constant
292 val animator = ValueAnimator.ofFloat(0f, 1f) in <lambda>() constant
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java561 final Animator animator = AnimatorInflater.loadAnimator( in inflate() local
587 private static void updateAnimatorProperty(Animator animator, String targetName, in updateAnimatorProperty()
643 VectorDrawableAnimatorRT animator = (VectorDrawableAnimatorRT) mAnimatorSet; in forceAnimationOnUI() local
780 public void addTargetAnimator(String targetName, Animator animator) { in addTargetAnimator()
841 final Animator animator = mAnimators.get(index); in prepareLocalAnimator() local
872 final Animator animator = pendingAnimator.newInstance(res, t); in inflatePendingAnimators() local
1315 Animator animator = animators.get(i); in parseAnimatorSet() local
1334 private void createRTAnimator(ObjectAnimator animator, long startTime) { in createRTAnimator()
1362 ObjectAnimator animator, VectorDrawable.VGroup target, in createRTAnimatorForGroup()
1395 private void createRTAnimatorForPath( ObjectAnimator animator, VectorDrawable.VPath target, in createRTAnimatorForPath()
[all …]
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
DFlingAnimationUtils.java64 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply()
78 ViewPropertyAnimator animator, float currValue, float endValue, float velocity) { in apply()
94 Animator animator, float currValue, float endValue, float velocity, float maxDistance) { in apply()
112 ViewPropertyAnimator animator, in apply()
162 Animator animator, float currValue, float endValue, float velocity, float maxDistance) { in applyDismissing()
182 ViewPropertyAnimator animator, in applyDismissing()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DDragToInteractView.kt196 val animator = it.value.second in show() constant
218 val animator = it.value.second in hide() constant
231 val animator = it.value.second in cancelAnimators() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthRippleView.kt126 addUpdateListener { animator -> in <lambda>() method
138 addUpdateListener { animator -> in <lambda>() method
177 addUpdateListener { animator -> in <lambda>() method
214 addUpdateListener { animator -> in <lambda>() method
227 addUpdateListener { animator -> in <lambda>() method
265 addUpdateListener { animator -> in <lambda>() method

12345678910>>...47