/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 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/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/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/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/tests/unittest/src/com/android/wm/shell/activityembedding/ |
D | ActivityEmbeddingAnimationRunnerTests.java | 105 final Animator animator = mAnimRunner.createAnimator( in testChangesBehindStartingWindow() local 120 final Animator animator = mAnimRunner.createAnimator( in testTransitionTypeDragResize() local 138 final Animator animator = mAnimRunner.createAnimator( in testInvalidCustomAnimation_disableAnimationOptionsPerChange() local 156 final Animator animator = mAnimRunner.createAnimator( in testInvalidCustomAnimation_enableAnimationOptionsPerChange() 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/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | TransitionAnimatorTest.kt | 82 val animator = setUpTest(backgroundLayer, isLaunching = true) in <lambda>() constant 92 val animator = setUpTest(backgroundLayer, isLaunching = false) in <lambda>() constant 102 val animator = in <lambda>() constant 113 val animator = in <lambda>() constant 134 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/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
|
D | NotificationDozeHelper.java | 53 ValueAnimator animator = ValueAnimator.ofFloat(startIntensity, endIntensity); in startIntensityAnimation() local 85 Animator animator = (Animator) view.getTag(DOZE_ANIMATOR_TAG); in setDozing() 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/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/desktopmode/ |
D | DesktopModeVisualIndicator.java | 255 final VisualIndicatorAnimator animator = VisualIndicatorAnimator in fadeInIndicator() local 266 final VisualIndicatorAnimator animator = VisualIndicatorAnimator in fadeOutIndicator() local 286 final VisualIndicatorAnimator animator = VisualIndicatorAnimator.animateIndicatorType( in transitionIndicator() local 346 final VisualIndicatorAnimator animator = new VisualIndicatorAnimator( in fadeBoundsIn() local 359 final VisualIndicatorAnimator animator = new VisualIndicatorAnimator( in fadeBoundsOut() local 380 final VisualIndicatorAnimator animator = new VisualIndicatorAnimator( in animateIndicatorType() local 417 private static void setupIndicatorAnimation(@NonNull VisualIndicatorAnimator animator, in setupIndicatorAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/binder/ |
D | SeekBarObserver.kt | 143 val animator = buildResetAnimator(it) in onChanged() constant 167 val animator = in buildResetAnimator() constant
|
/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/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/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/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
|
/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/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | DragToInteractView.kt | 196 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
|