| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
| 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
|
| /frameworks/base/libs/hwui/ |
| 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 ()()
|
| 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()
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/ |
| 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()
|
| 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
|
| /frameworks/base/libs/hwui/jni/ |
| D | android_graphics_animation_RenderNodeAnimator.cpp | 45 virtual void onAnimationFinished(BaseRenderNodeAnimator* animator) { in onAnimationFinished() 106 BaseRenderNodeAnimator* animator = new RenderPropertyAnimator(property, finalValue); in createAnimator() local 114 …BaseRenderNodeAnimator* animator = new CanvasPropertyPrimitiveAnimator(canvasProperty, finalValue); in createCanvasPropertyFloatAnimator() local 124 BaseRenderNodeAnimator* animator = new CanvasPropertyPaintAnimator( in createCanvasPropertyPaintAnimator() local 132 BaseRenderNodeAnimator* animator = new RevealAnimator(centerX, centerY, startRadius, endRadius); in createRevealAnimator() 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 [all …]
|
| /frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
| 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
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
| D | SplitShadeTransitionAdapterTest.kt | 52 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
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
| D | OneHandedAnimationCallback.java | 29 OneHandedAnimationController.OneHandedTransitionAnimator animator) { in onOneHandedAnimationStart() 36 OneHandedAnimationController.OneHandedTransitionAnimator animator) { in onOneHandedAnimationEnd() 43 OneHandedAnimationController.OneHandedTransitionAnimator animator) { in onOneHandedAnimationCancel()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
| 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
|
| /frameworks/base/core/java/android/view/ |
| D | ViewAnimationHostBridge.java | 37 public void registerAnimatingRenderNode(RenderNode animator) { in registerAnimatingRenderNode() 42 public void registerVectorDrawableAnimator(NativeVectorDrawableAnimator animator) { in registerVectorDrawableAnimator()
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
| 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()
|
| /frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/ |
| D | TurbulenceNoiseView.kt | 77 val animator = ValueAnimator.ofFloat(0f, 1f) in <lambda>() constant 119 val animator = ValueAnimator.ofFloat(0f, 1f) in <lambda>() constant 164 val animator = ValueAnimator.ofFloat(0f, 1f) in <lambda>() constant
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
| D | ViewGroupFadeHelper.kt | 59 val animator = ValueAnimator.ofFloat(1.0f, 0.0f).apply { in <lambda>() constant 116 val animator = root.getTag(R.id.view_group_fade_helper_animator) as Animator? in <lambda>() constant
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/player/ |
| D | SeekBarObserver.kt | 130 val animator = buildResetAnimator(it) in onChanged() constant 154 val animator = in buildResetAnimator() constant
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
| D | BubbleEducationViewController.kt | 39 private var animator: PhysicsAnimator<BubblePopupView>? = null in <lambda>() variable in com.android.wm.shell.bubbles.bar.BubbleEducationViewController 113 animator?.let { animator -> in <lambda>() method 140 val animator = PhysicsAnimator.getInstance(view) in <lambda>() constant
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| 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
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
| 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
|
| /frameworks/base/services/core/java/com/android/server/policy/ |
| 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()
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
| 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()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
| 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
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
| D | AuthRippleView.kt | 126 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
|
| /frameworks/base/core/java/android/animation/ |
| 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()
|
| /frameworks/base/core/java/android/transition/ |
| 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()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/ |
| D | MultiSourceMinAlphaController.kt | 54 val animator = ValueAnimator.ofFloat(getMinAlpha(), alpha) in animateToAlpha() constant
|