Searched refs:BoundsAnimationTarget (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BoundsAnimationController.java | 79 private ArrayMap<BoundsAnimationTarget, BoundsAnimator> mRunningAnimations = new ArrayMap<>(); 136 private final BoundsAnimationTarget mTarget; 172 BoundsAnimator(BoundsAnimationTarget target, Rect from, Rect to, in BoundsAnimator() 378 public void animateBounds(final BoundsAnimationTarget target, Rect from, Rect to, in animateBounds() 386 BoundsAnimator animateBoundsImpl(final BoundsAnimationTarget target, Rect from, Rect to, in animateBoundsImpl()
|
D | BoundsAnimationTarget.java | 25 interface BoundsAnimationTarget { interface
|
D | TaskStack.java | 60 BoundsAnimationTarget {
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | BoundsAnimationControllerTests.java | 123 private class TestBoundsAnimationTarget implements BoundsAnimationTarget {
|