/aosp12/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
|
/aosp12/packages/modules/Permission/PermissionController/src/android/support/wearable/view/ |
H A D | SimpleAnimatorListener.java | 33 public void onAnimationCancel(Animator animator) { in onAnimationCancel() 38 public void onAnimationEnd(Animator animator) { in onAnimationEnd() 45 public void onAnimationRepeat(Animator animator) { in onAnimationRepeat() 49 public void onAnimationStart(Animator animator) { in onAnimationStart() 56 public void onAnimationComplete(Animator animator) { in onAnimationComplete()
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | AnimatorManager.cpp | 30 static void detach(sp<BaseRenderNodeAnimator>& animator) { in detach() 41 void AnimatorManager::addAnimator(const sp<BaseRenderNodeAnimator>& animator) { in addAnimator() 56 void AnimatorManager::removeAnimator(const sp<BaseRenderNodeAnimator>& animator) { in removeAnimator() 85 for (auto& animator : mAnimators) { in pushStaging() local 90 void AnimatorManager::onAnimatorTargetChanged(BaseRenderNodeAnimator* animator) { in onAnimatorTargetChanged() 100 bool operator()(sp<BaseRenderNodeAnimator>& animator) { in operator ()() 153 static void endStagingAnimator(sp<BaseRenderNodeAnimator>& animator) { in endStagingAnimator() 172 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()
|
/aosp12/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 …]
|
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/ |
H A D | CarLauncherDisplayAreaAnimationCallback.java | 30 default void onAnimationStart(CarLauncherDisplayAreaTransitionAnimator animator) { in onAnimationStart() 37 CarLauncherDisplayAreaTransitionAnimator animator) { in onAnimationEnd() 43 default void onAnimationCancel(CarLauncherDisplayAreaTransitionAnimator animator) { in onAnimationCancel()
|
/aosp12/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()
|
/aosp12/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
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
H A D | PipAnimationControllerTest.java | 81 final PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in getAnimator_withAlpha_returnFloatAnimator() local 90 final PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in getAnimator_withBounds_returnBoundsAnimator() local 122 PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in getAnimator_setTransitionDirection() local 141 PipAnimationController.PipTransitionAnimator<?> animator = mPipAnimationController in pipTransitionAnimator_rotatedEndValue() local 170 final PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in pipTransitionAnimator_updateEndValue() local 184 final PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in pipTransitionAnimator_setPipAnimationCallback() local
|
/aosp12/packages/apps/TV/src/com/android/tv/ui/ |
H A D | HardwareLayerAnimatorListenerAdapter.java | 36 public void onAnimationStart(Animator animator) { in onAnimationStart() 44 public void onAnimationEnd(Animator animator) { in onAnimationEnd()
|
/aosp12/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()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/setup/ |
H A D | DeviceNameFlowStartActivity.java | 47 Animator animator = movingForward in onCreate() local 57 Animator animator = mResultOk in finish() local
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
H A D | TransitionUtils.java | 41 ObjectAnimator animator = new ObjectAnimator(); in createActivityFadeInAnimator() local 61 ObjectAnimator animator = new ObjectAnimator(); in createActivityFadeOutAnimator() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationSwipeHelperTest.java | 262 Animator animator = mock(Animator.class); in testGetViewTranslationAnimator_notExpandableNotificationRow() local 274 Animator animator = mock(Animator.class); in testGetViewTranslationAnimator_expandableNotificationRow() local 387 Animator animator = mock(Animator.class); in testResetExposedMenuView_animate() local 413 Animator animator = mock(Animator.class); in testResetExposedMenuView_noAnimate() local
|
/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/animation/ |
H A D | AnimUtils.java | 58 final ViewPropertyAnimator animator = fadeOut.animate(); in fadeOut() local 91 final ViewPropertyAnimator animator = fadeIn.animate(); in fadeIn() local 176 final ViewPropertyAnimator animator = view.animate(); in scaleInternal() local 200 ValueAnimator animator = ValueAnimator.ofFloat(0f, 1f); in changeDimensions() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/animation/ |
H A D | AnimUtils.java | 47 final ViewPropertyAnimator animator = fadeOut.animate(); in fadeOut() local 84 final ViewPropertyAnimator animator = fadeIn.animate(); in fadeIn() local 193 final ViewPropertyAnimator animator = view.animate(); in scaleInternal() local 219 ValueAnimator animator = ValueAnimator.ofFloat(0f, 1f); in changeDimensions() local
|
/aosp12/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
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/ |
H A D | FlingAnimationUtils.java | 64 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()
|
/aosp12/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/ |
H A D | TranslationAnimationCreator.java | 114 public void onAnimationEnd(Animator animator) {} in onAnimationEnd() 117 public void onAnimationPause(Animator animator) { in onAnimationPause() 123 public void onAnimationResume(Animator animator) { in onAnimationResume()
|
H A D | SetupAnimationHelper.java | 137 public static Animator applyAnimationTimeScale(Animator animator) { in applyAnimationTimeScale() 188 ObjectAnimator animator = ObjectAnimator.ofInt(imageView, "imageResource", frames); in createFrameAnimatorWithDelay() local 213 ObjectAnimator animator = in createFadeOutAnimator() local
|
/aosp12/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()
|
/aosp12/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
|
/aosp12/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()
|
/aosp12/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()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | FloatingWidgetView.java | 91 public void onAnimationEnd(Animator animator) { in onAnimationEnd() 100 public void onAnimationStart(Animator animator) { in onAnimationStart() 104 public void onAnimationCancel(Animator animator) { in onAnimationCancel() 108 public void onAnimationRepeat(Animator animator) { in onAnimationRepeat()
|