Searched refs:mBoundsAnimationController (Results 1 – 5 of 5) sorted by relevance
149 display.mDisplayContent.mBoundsAnimationController = mock(BoundsAnimationController.class); in testSetLaunchTaskBehindOfTargetActivity()189 display.mDisplayContent.mBoundsAnimationController = mock(BoundsAnimationController.class); in testCancelAnimationOnVisibleStackOrderChange()
404 displayContent.mBoundsAnimationController.getHandler().post(() -> in calculatePinnedBoundsForConfigChange()405 displayContent.mBoundsAnimationController.cancel(this)); in calculatePinnedBoundsForConfigChange()1581 getDisplayContent().mBoundsAnimationController.onAllWindowsDrawn(); in onAllWindowsDrawn()1742 displayContent.mBoundsAnimationController.getAnimationType(); in animateResizePinnedStack()1755 displayContent.mBoundsAnimationController.getHandler().post(() -> { in animateResizePinnedStack()1756 displayContent.mBoundsAnimationController.animateBounds(this, fromBounds, in animateResizePinnedStack()
367 dc.mBoundsAnimationController.setAnimationType( in onStackOrderChanged()
205 dc.mBoundsAnimationController.setAnimationType(FADE_IN);
282 BoundsAnimationController mBoundsAnimationController; field in DisplayContent917 mBoundsAnimationController = new BoundsAnimationController(service.mContext, in DisplayContent()