Searched refs:BoundsAnimationTarget (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BoundsAnimationController.java | 84 private ArrayMap<BoundsAnimationTarget, BoundsAnimator> mRunningAnimations = new ArrayMap<>(); 150 private final BoundsAnimationTarget mTarget; 188 BoundsAnimator(BoundsAnimationTarget target, @AnimationType int animationType, Rect from, in BoundsAnimator() 430 public void animateBounds(final BoundsAnimationTarget target, Rect from, Rect to, in animateBounds() 441 void cancel(final BoundsAnimationTarget target) { in cancel() 451 BoundsAnimator animateBoundsImpl(final BoundsAnimationTarget target, Rect from, Rect to, in animateBoundsImpl() 558 private boolean isRunningFadeInAnimation(final BoundsAnimationTarget target) { in isRunningFadeInAnimation()
|
D | BoundsAnimationTarget.java | 25 interface BoundsAnimationTarget { interface
|
D | TaskStack.java | 85 BoundsAnimationTarget, ConfigurationContainerListener {
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | BoundsAnimationControllerTests.java | 122 private static class TestBoundsAnimationTarget implements BoundsAnimationTarget {
|
/frameworks/base/services/ |
D | art-profile | 15712 …ndroid/server/wm/BoundsAnimationController;Lcom/android/server/wm/BoundsAnimationTarget;Landroid/g… 15719 …/BoundsAnimationController;->animateBounds(Lcom/android/server/wm/BoundsAnimationTarget;Landroid/g… 15720 …ndsAnimationController;->animateBoundsImpl(Lcom/android/server/wm/BoundsAnimationTarget;Landroid/g… 20637 Lcom/android/server/wm/BoundsAnimationTarget;
|