/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
H A D | PipAnimationControllerTest.java | 82 .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 D | FolderAnimationManager.java | 124 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 D | Folder.java | 679 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 D | OneHandedAnimationControllerTest.java | 64 .getAnimator(mMockToken, mMockLeash, 0, yOffset, mDisplayBounds); in testGetAnimator_withSameBounds_returnAnimator()
|
H A D | OneHandedDisplayAreaOrganizerTest.java | 119 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 D | PipTransition.java | 268 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 D | PipTaskOrganizer.java | 465 .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 D | PipAnimationController.java | 119 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 D | TintController.java | 30 public ColorDisplayService.TintValueAnimator getAnimator() { in getAnimator() method in TintController
|
/aosp12/frameworks/base/core/tests/coretests/src/android/animation/ |
H A D | AnimatorInflaterTest.java | 65 assertUnique(tuple.getAnimator()); in testLoadStateListAnimator()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | InterruptibleInOutAnimator.java | 147 public ValueAnimator getAnimator() { in getAnimator() method in InterruptibleInOutAnimator
|
H A D | CellLayout.java | 296 anim.getAnimator().setInterpolator(mEaseOutInterpolator); in CellLayout() 298 anim.getAnimator().addUpdateListener(new AnimatorUpdateListener() { in CellLayout()
|
/aosp12/frameworks/base/core/java/android/animation/ |
H A D | StateListAnimator.java | 297 public Animator getAnimator() { in getAnimator() method in StateListAnimator.Tuple
|
H A D | LayoutTransition.java | 701 public Animator getAnimator(int transitionType) { in getAnimator() method in LayoutTransition
|
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/ |
H A D | CarLauncherDisplayAreaAnimationController.java | 59 CarLauncherDisplayAreaTransitionAnimator getAnimator( in getAnimator() method in CarLauncherDisplayAreaAnimationController
|
H A D | CarDisplayAreaOrganizer.java | 315 mAnimationController.getAnimator(token, leash, fromPos, toPos, in animateWindows()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
H A D | DropZoneView.java | 197 public ObjectAnimator getAnimator() { in getAnimator() method in DropZoneView
|
H A D | DragLayout.java | 326 ObjectAnimator animator = mDropZoneView1.getAnimator(); in animateSplitContainers()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedAnimationController.java | 74 OneHandedTransitionAnimator getAnimator(WindowContainerToken token, SurfaceControl leash, in getAnimator() method in OneHandedAnimationController
|
H A D | OneHandedDisplayAreaOrganizer.java | 233 mAnimationController.getAnimator(token, leash, fromPos, toPos, in animateWindows()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | ScrimControllerTest.java | 183 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 3588 method public android.animation.Animator getAnimator(int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 2958 method public android.animation.Animator getAnimator(int);
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 1155 Landroid/animation/StateListAnimator$Tuple;->getAnimator()Landroid/animation/Animator;
|