Home
last modified time | relevance | path

Searched refs:BoundsAnimationTarget (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DBoundsAnimationController.java79 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()
DBoundsAnimationTarget.java25 interface BoundsAnimationTarget { interface
DTaskStack.java60 BoundsAnimationTarget {
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DBoundsAnimationControllerTests.java123 private class TestBoundsAnimationTarget implements BoundsAnimationTarget {