/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | TouchAnimatorTest.java | 47 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
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | AnimatorManager.cpp | 30 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 93 for (auto& animator : mAnimators) { in pushStaging() local 99 void AnimatorManager::onAnimatorTargetChanged(BaseRenderNodeAnimator* animator) { in onAnimatorTargetChanged() 109 bool operator()(sp<BaseRenderNodeAnimator>& animator) { in operator ()() 162 static void endStagingAnimator(sp<BaseRenderNodeAnimator>& animator) { in endStagingAnimator() 181 void operator()(sp<BaseRenderNodeAnimator>& animator) { animator->forceEndNow(mContext); } in operator ()()
|
H A D | PropertyValuesAnimatorSet.cpp | 29 PropertyAnimator* animator = new PropertyAnimator( in addPropertyAnimator() local 46 void PropertyValuesAnimatorSet::onFinished(BaseRenderNodeAnimator* animator) { in onFinished() 182 void PropertyAnimatorSetListener::onAnimationFinished(BaseRenderNodeAnimator* animator) { in onAnimationFinished()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/ |
H A D | UnfoldAnimationController.java | 89 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()
|
H A D | UnfoldTransitionHandler.java | 110 final UnfoldTaskAnimator animator = mAnimators.get(i); in startAnimation() local 153 final UnfoldTaskAnimator animator = mAnimators.get(i); in onStateChangeProgress() local 232 final UnfoldTaskAnimator animator = mAnimators.get(i); in finishTransitionIfNeeded() local
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_animation_RenderNodeAnimator.cpp | 45 virtual void onAnimationFinished(BaseRenderNodeAnimator* animator) { in onAnimationFinished() 106 BaseRenderNodeAnimator* animator = new RenderPropertyAnimator(property, finalValue); in createAnimator() local 124 BaseRenderNodeAnimator* animator = new CanvasPropertyPaintAnimator( in createCanvasPropertyPaintAnimator() local 138 BaseRenderNodeAnimator* animator = reinterpret_cast<BaseRenderNodeAnimator*>(animatorPtr); in setStartValue() local 144 BaseRenderNodeAnimator* animator = reinterpret_cast<BaseRenderNodeAnimator*>(animatorPtr); in setDuration() local 149 BaseRenderNodeAnimator* animator = reinterpret_cast<BaseRenderNodeAnimator*>(animatorPtr); in getDuration() local 155 BaseRenderNodeAnimator* animator = reinterpret_cast<BaseRenderNodeAnimator*>(animatorPtr); in setStartDelay() local 160 BaseRenderNodeAnimator* animator = reinterpret_cast<BaseRenderNodeAnimator*>(animatorPtr); in setInterpolator() local 166 BaseRenderNodeAnimator* animator = reinterpret_cast<BaseRenderNodeAnimator*>(animatorPtr); in setAllowRunningAsync() local 171 BaseRenderNodeAnimator* animator = reinterpret_cast<BaseRenderNodeAnimator*>(animatorPtr); in setListener() local [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
H A D | PipAnimationControllerTest.java | 82 final PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in getAnimator_withAlpha_returnFloatAnimator() local 91 final PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in getAnimator_withBounds_returnBoundsAnimator() local 124 PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in getAnimator_setTransitionDirection() local 143 PipAnimationController.PipTransitionAnimator<?> animator = mPipAnimationController in pipTransitionAnimator_rotatedEndValue() local 172 final PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in pipTransitionAnimator_updateEndValue() local 186 final PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in pipTransitionAnimator_setPipAnimationCallback() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedAnimationCallback.java | 29 OneHandedAnimationController.OneHandedTransitionAnimator animator) { in onOneHandedAnimationStart() 36 OneHandedAnimationController.OneHandedTransitionAnimator animator) { in onOneHandedAnimationEnd() 43 OneHandedAnimationController.OneHandedTransitionAnimator animator) { in onOneHandedAnimationCancel()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | PropertyAnimatorTest.java | 193 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testUsingDuration() local 204 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testUsingDelay() local 215 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testUsingInterpolator() local 226 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag()); in testUsingListener() local
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewAnimationHostBridge.java | 37 public void registerAnimatingRenderNode(RenderNode animator) { in registerAnimatingRenderNode() 42 public void registerVectorDrawableAnimator(NativeVectorDrawableAnimator animator) { in registerVectorDrawableAnimator()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | SplitShadeTransitionAdapterTest.kt | 52 val animator = adapter.createAnimator(startValues = null, endValues = endValues) regex 59 val animator = adapter.createAnimator(startValues = createStartValues(), endValues = null) regex 66 val animator = regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
H A D | DesktopModeVisualIndicator.java | 209 final VisualIndicatorAnimator animator = VisualIndicatorAnimator in createIndicatorWithAnimatedBounds() local 221 final VisualIndicatorAnimator animator = VisualIndicatorAnimator.toFreeformAnimator( in transitionFullscreenIndicatorToFreeform() local 232 final VisualIndicatorAnimator animator = in transitionFreeformIndicatorToFullscreen() local 304 final VisualIndicatorAnimator animator = new VisualIndicatorAnimator( in toFullscreenAnimatorWithAnimatedBounds() local 334 final VisualIndicatorAnimator animator = new VisualIndicatorAnimator( in animateBounds() local 357 final VisualIndicatorAnimator animator = new VisualIndicatorAnimator( in toFreeformAnimator() local 367 private static void setupIndicatorAnimation(@NonNull VisualIndicatorAnimator animator) { in setupIndicatorAnimation()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | KeyguardAffordanceView.java | 282 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
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/ |
H A D | TurbulenceNoiseView.kt | 77 val animator = ValueAnimator.ofFloat(0f, 1f) regex 119 val animator = ValueAnimator.ofFloat(0f, 1f) regex 164 val animator = ValueAnimator.ofFloat(0f, 1f) regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | ExpandedViewAnimationControllerImpl.java | 394 ValueAnimator animator = ValueAnimator.ofInt((int) mCollapsedAmount, in createHeightAnimation() local 403 ObjectAnimator animator = ObjectAnimator.ofFloat(mExpandedView, MANAGE_BUTTON_ALPHA, 0f); in createManageButtonAnimation() local 410 ObjectAnimator animator = ObjectAnimator.ofFloat(mExpandedView, CONTENT_ALPHA, 0f); in createContentAlphaAnimation() local 418 ObjectAnimator animator = ObjectAnimator.ofFloat(mExpandedView, BACKGROUND_ALPHA, 0f); in createBackgroundAlphaAnimation() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
H A D | FlingAnimationUtils.java | 107 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply() 120 public void apply(androidx.core.animation.Animator animator, in apply() 134 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply() 150 public void apply(Animator animator, float currValue, float endValue, float velocity, in apply() 169 public void apply(androidx.core.animation.Animator animator, in apply() 187 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply() 264 public void applyDismissing(Animator animator, float currValue, float endValue, in applyDismissing() 284 public void applyDismissing(ViewPropertyAnimator animator, float currValue, float endValue, in applyDismissing()
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | BurnInProtectionHelper.java | 266 public void onAnimationStart(Animator animator) { in onAnimationStart() 270 public void onAnimationEnd(Animator animator) { in onAnimationEnd() 280 public void onAnimationCancel(Animator animator) { in onAnimationCancel() 284 public void onAnimationRepeat(Animator animator) { in onAnimationRepeat()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationSwipeHelperTest.java | 435 Animator animator = mock(Animator.class); in testGetViewTranslationAnimator_notExpandableNotificationRow() local 447 Animator animator = mock(Animator.class); in testGetViewTranslationAnimator_expandableNotificationRow() local 560 Animator animator = mock(Animator.class); in testResetExposedMenuView_animate() local 586 Animator animator = mock(Animator.class); in testResetExposedMenuView_noAnimate() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | ViewGroupFadeHelper.kt | 59 val animator = ValueAnimator.ofFloat(1.0f, 0.0f).apply { regex 116 val animator = root.getTag(R.id.view_group_fade_helper_animator) as Animator? regex
|
H A D | NotificationDozeHelper.java | 71 ValueAnimator animator = ValueAnimator.ofFloat(startIntensity, endIntensity); in startIntensityAnimation() local 100 Animator animator = (Animator) view.getTag(DOZE_ANIMATOR_TAG); in setDozing() local
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | StateListAnimator.java | 82 public void addState(int[] specs, Animator animator) { in addState() 282 private Tuple(int[] specs, Animator animator) { in Tuple() 315 public StateListAnimatorConstantState(StateListAnimator animator) { in StateListAnimatorConstantState()
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | TranslationAnimationCreator.java | 123 public void onAnimationEnd(Animator animator) { in onAnimationEnd() 127 public void onAnimationPause(Animator animator) { in onAnimationPause() 135 public void onAnimationResume(Animator animator) { in onAnimationResume()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/player/ |
H A D | SeekBarObserver.kt | 130 val animator = buildResetAnimator(it) regex 154 val animator = regex
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DragState.java | 642 final ValueAnimator animator = ValueAnimator.ofPropertyValuesHolder( in createReturnAnimationLocked() local 673 final ValueAnimator animator = ValueAnimator.ofPropertyValuesHolder( in createCancelAnimationLocked() local 723 public void onAnimationStart(Animator animator) {} in onAnimationStart() 726 public void onAnimationCancel(Animator animator) {} in onAnimationCancel() 729 public void onAnimationRepeat(Animator animator) {} in onAnimationRepeat() 732 public void onAnimationEnd(Animator animator) { in onAnimationEnd()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | Animated3dActivity.java | 45 ObjectAnimator animator = ObjectAnimator.ofFloat(view, "rotationY", 0.0f, 360.0f); in onCreate() local
|