Home
last modified time | relevance | path

Searched refs:getAnimator (Results 1 – 25 of 25) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipAnimationControllerTest.java82 .getAnimator(mTaskInfo, mLeash, new Rect(), 0f, 1f); in getAnimator_withAlpha_returnFloatAnimator()
91 .getAnimator(mTaskInfo, mLeash, new Rect(), new Rect(), new Rect(), null, in getAnimator_withBounds_returnBoundsAnimator()
105 .getAnimator(mTaskInfo, mLeash, baseValue, startValue, endValue1, null, in getAnimator_whenSameTypeRunning_updateExistingAnimator()
111 .getAnimator(mTaskInfo, mLeash, baseValue, startValue, endValue2, null, in getAnimator_whenSameTypeRunning_updateExistingAnimator()
123 .getAnimator(mTaskInfo, mLeash, new Rect(), 0f, 1f) in getAnimator_setTransitionDirection()
129 .getAnimator(mTaskInfo, mLeash, new Rect(), 0f, 1f) in getAnimator_setTransitionDirection()
142 .getAnimator(mTaskInfo, mLeash, null, startBounds, endBounds, null, in pipTransitionAnimator_rotatedEndValue()
154 animator = mPipAnimationController.getAnimator(mTaskInfo, mLeash, startBounds, startBounds, in pipTransitionAnimator_rotatedEndValue()
171 .getAnimator(mTaskInfo, mLeash, baseValue, startValue, endValue1, null, in pipTransitionAnimator_updateEndValue()
185 .getAnimator(mTaskInfo, mLeash, baseValue, startValue, endValue, null, in pipTransitionAnimator_setPipAnimationCallback()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderAnimationManager.java124 public AnimatorSet getAnimator() { in getAnimator() method in FolderAnimationManager
209 play(a, getAnimator(mFolder, View.TRANSLATION_X, xDistance, 0f)); in getAnimator()
210 play(a, getAnimator(mFolder, View.TRANSLATION_Y, yDistance, 0f)); in getAnimator()
211 play(a, getAnimator(mFolder.mContent, SCALE_PROPERTY, initialScale, finalScale)); in getAnimator()
212 play(a, getAnimator(mFolder.mFooter, SCALE_PROPERTY, initialScale, finalScale)); in getAnimator()
249 play(a, getAnimator(mFolder.mFolderName, View.ALPHA, 0, 1), in getAnimator()
257 play(a, getAnimator(mFolder.mFooter, View.TRANSLATION_Y, -diff, 0f)); in getAnimator()
261 Animator z = getAnimator(mFolder, View.TRANSLATION_Z, -mFolder.getElevation(), 0); in getAnimator()
376 Animator translationX = getAnimator(btv, View.TRANSLATION_X, xDistance, 0f); in addPreviewItemAnimators()
380 Animator translationY = getAnimator(btv, View.TRANSLATION_Y, yDistance, 0f); in addPreviewItemAnimators()
[all …]
H A DFolder.java679 AnimatorSet anim = fam.getAnimator(); in animateOpen()
793 AnimatorSet a = new FolderAnimationManager(this, false /* isOpening */).getAnimator(); in animateClosed()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/
H A DOneHandedAnimationControllerTest.java64 .getAnimator(mMockToken, mMockLeash, 0, yOffset, mDisplayBounds); in testGetAnimator_withSameBounds_returnAnimator()
H A DOneHandedDisplayAreaOrganizerTest.java119 when(mMockAnimationController.getAnimator(any(), any(), anyFloat(), anyFloat(), in setUp()
169 verify(mMockAnimationController, never()).getAnimator(any(), any(), anyFloat(), anyFloat(), in testOnDisplayAreaAppeared()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransition.java268 mPipAnimationController.getAnimator(taskInfo, leash, mPipBoundsState.getBounds(), in startExpandAnimation()
322 animator = mPipAnimationController.getAnimator(taskInfo, leash, currentBounds, in startEnterAnimation()
330 animator = mPipAnimationController.getAnimator(taskInfo, leash, destinationBounds, in startEnterAnimation()
H A DPipTaskOrganizer.java465 .getAnimator(mTaskInfo, mLeash, mPipBoundsState.getBounds(), in removePip()
615 .getAnimator(mTaskInfo, mLeash, destinationBounds, 0f, 1f) in enterPipWithAlphaAnimation()
835 .getAnimator(mTaskInfo, mLeash, mPipBoundsState.getBounds(), alphaStart, alphaEnd) in fadeExistingPip()
1331 .getAnimator(mTaskInfo, mLeash, baseBounds, currentBounds, destinationBounds, in animateResizePip()
H A DPipAnimationController.java119 public PipTransitionAnimator getAnimator(TaskInfo taskInfo, SurfaceControl leash, in getAnimator() method in PipAnimationController
158 public PipTransitionAnimator getAnimator(TaskInfo taskInfo, SurfaceControl leash, in getAnimator() method in PipAnimationController
/aosp12/frameworks/base/services/core/java/com/android/server/display/color/
H A DTintController.java30 public ColorDisplayService.TintValueAnimator getAnimator() { in getAnimator() method in TintController
/aosp12/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorInflaterTest.java65 assertUnique(tuple.getAnimator()); in testLoadStateListAnimator()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DInterruptibleInOutAnimator.java147 public ValueAnimator getAnimator() { in getAnimator() method in InterruptibleInOutAnimator
H A DCellLayout.java296 anim.getAnimator().setInterpolator(mEaseOutInterpolator); in CellLayout()
298 anim.getAnimator().addUpdateListener(new AnimatorUpdateListener() { in CellLayout()
/aosp12/frameworks/base/core/java/android/animation/
H A DStateListAnimator.java297 public Animator getAnimator() { in getAnimator() method in StateListAnimator.Tuple
H A DLayoutTransition.java701 public Animator getAnimator(int transitionType) { in getAnimator() method in LayoutTransition
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/
H A DCarLauncherDisplayAreaAnimationController.java59 CarLauncherDisplayAreaTransitionAnimator getAnimator( in getAnimator() method in CarLauncherDisplayAreaAnimationController
H A DCarDisplayAreaOrganizer.java315 mAnimationController.getAnimator(token, leash, fromPos, toPos, in animateWindows()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDropZoneView.java197 public ObjectAnimator getAnimator() { in getAnimator() method in DropZoneView
H A DDragLayout.java326 ObjectAnimator animator = mDropZoneView1.getAnimator(); in animateSplitContainers()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedAnimationController.java74 OneHandedTransitionAnimator getAnimator(WindowContainerToken token, SurfaceControl leash, in getAnimator() method in OneHandedAnimationController
H A DOneHandedDisplayAreaOrganizer.java233 mAnimationController.getAnimator(token, leash, fromPos, toPos, in animateWindows()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DScrimControllerTest.java183 Animator animator = getAnimator(scrimView); in endAnimation()
189 private Animator getAnimator(View scrimView) { in getAnimator() method in ScrimControllerTest
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt3588 method public android.animation.Animator getAnimator(int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt2958 method public android.animation.Animator getAnimator(int);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1155 Landroid/animation/StateListAnimator$Tuple;->getAnimator()Landroid/animation/Animator;