Searched refs:animateBoundsImpl (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BoundsAnimationController.java | 386 animateBoundsImpl(target, from, to, animationDuration, schedulePipModeChangedState, in animateBounds() 391 BoundsAnimator animateBoundsImpl(final BoundsAnimationTarget target, Rect from, Rect to, in animateBoundsImpl() method in BoundsAnimationController
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | BoundsAnimationControllerTests.java | 290 mAnimator = mController.animateBoundsImpl(mTarget, from, to, DURATION, in startImpl()
|