/frameworks/base/packages/SystemUI/multivalentTests/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 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 ()()
|
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/tests/unittest/src/com/android/wm/shell/pip/ |
D | PipAnimationControllerTest.java | 86 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 217 final PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in pipTransitionAnimator_updateEndValue() local 232 final PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in pipTransitionAnimator_setPipAnimationCallback() local 261 PipAnimationController.PipTransitionAnimator<?> animator = mPipAnimationController in pipTransitionAnimator_overrideMainWindowFrame() local 291 PipAnimationController.PipTransitionAnimator<?> animator = mPipAnimationController in pipTransitionAnimator_animateTaskBounds() local 322 PipAnimationController.PipTransitionAnimator<?> animator = mPipAnimationController in pipTransitionAnimator_letterboxed_animateTaskBounds() local [all …]
|
/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()
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_animation_RenderNodeAnimator.cpp | 43 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 …]
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/ |
D | PropertyAnimatorTest.java | 201 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
|
/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/lowlightclock/ |
D | LowLightClockAnimationProviderTest.kt | 47 val animator = underTest.provideAnimationOut(null, null) in animationOutEndsImmediatelyIfViewIsNull() constant 59 val animator = underTest.provideAnimationIn(null, null) in animationInEndsImmediatelyIfViewIsNull() constant
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/ |
D | VisualIndicatorViewContainerTest.kt | 178 val animator = in <lambda>() constant 196 val animator = in <lambda>() constant 216 val animator = in <lambda>() constant 236 val animator = in <lambda>() constant 254 var animator = in <lambda>() variable
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/ |
D | TurbulenceNoiseView.kt | 76 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
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/loadingeffect/ |
D | LoadingEffect.kt | 209 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
|
/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/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/core/java/android/view/ |
D | ViewAnimationHostBridge.java | 42 public void registerAnimatingRenderNode(RenderNode renderNode, Animator animator) { in registerAnimatingRenderNode() 48 public void registerVectorDrawableAnimator(NativeVectorDrawableAnimator animator) { in registerVectorDrawableAnimator()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/events/ |
D | MultiDisplaySystemEventChipAnimationControllerTest.kt | 85 val animator = underTest.onSystemEventAnimationBegin() as AnimatorSet in onSystemEventAnimationBegin_returnsAnimatorSetWithOneAnimatorPerDisplay() constant 97 val animator = in onSystemEventAnimationFinish_returnsAnimatorSetWithOneAnimatorPerDisplay() constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | DefaultSurfaceAnimator.java | 88 public void onAnimationUpdate(@NonNull ValueAnimator animator) { in onAnimationUpdate() 102 abstract void applyTransformation(@NonNull ValueAnimator animator, long currentPlayTime); in applyTransformation() 136 void applyTransformation(@NonNull ValueAnimator animator, long currentPlayTime) { in applyTransformation() 182 public static ValueAnimator setupValueAnimator(ValueAnimator animator, in setupValueAnimator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/binder/ |
D | SeekBarObserver.kt | 141 val animator = buildResetAnimator(it) in onChanged() constant 175 val animator = in buildResetAnimator() constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
D | FlingAnimationUtils.java | 109 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()
|
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/ |
D | DropTargetManager.kt | 41 private var animator: ValueAnimator? = null in <lambda>() variable in com.android.wm.shell.shared.bubbles.DropTargetManager 112 val animator = ValueAnimator.ofFloat(from, to).setDuration(duration) in <lambda>() constant 125 val animator = ValueAnimator.ofFloat(0f, 1f).setDuration(MORPH_ANIM_DURATION) in <lambda>() constant
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/activityembedding/ |
D | ActivityEmbeddingAnimationRunnerTests.java | 107 final Animator animator = mAnimRunner.createAnimator( in testChangesBehindStartingWindow() local 121 final Animator animator = mAnimRunner.createAnimator( in testTransitionTypeDragResize() local 138 final Animator animator = mAnimRunner.createAnimator( in testInvalidCustomAnimation_enableAnimationOptionsPerChange() 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/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthRippleView.kt | 126 addUpdateListener { animator -> in <lambda>() method 138 addUpdateListener { animator -> in <lambda>() method 178 addUpdateListener { animator -> in <lambda>() method 216 addUpdateListener { animator -> in <lambda>() method 229 addUpdateListener { animator -> in <lambda>() method 268 addUpdateListener { animator -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | DragToInteractView.kt | 195 val animator = it.value.second in show() constant 217 val animator = it.value.second in hide() constant 230 val animator = it.value.second in cancelAnimators() constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | ExpandedViewAnimationControllerImpl.java | 383 ValueAnimator animator = ValueAnimator.ofInt((int) mCollapsedAmount, in createHeightAnimation() local 392 ObjectAnimator animator = ObjectAnimator.ofFloat(mExpandedView, MANAGE_BUTTON_ALPHA, 0f); in createManageButtonAnimation() local 399 ObjectAnimator animator = ObjectAnimator.ofFloat(mExpandedView, CONTENT_ALPHA, 0f); in createContentAlphaAnimation() local 407 ObjectAnimator animator = ObjectAnimator.ofFloat(mExpandedView, BACKGROUND_ALPHA, 0f); in createBackgroundAlphaAnimation() local
|