Home
last modified time | relevance | path

Searched refs:mBoundsAnimationController (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java404 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()
1760 displayContent.mBoundsAnimationController.getHandler().post(() -> { in animateResizePinnedStack()
1761 displayContent.mBoundsAnimationController.animateBounds(this, fromBounds, in animateResizePinnedStack()
DRecentsAnimation.java422 dc.mBoundsAnimationController.setAnimationType( in onStackOrderChanged()
DRecentsAnimationController.java225 mDisplayContent.mBoundsAnimationController.setAnimationType(FADE_IN);
DDisplayContent.java285 BoundsAnimationController mBoundsAnimationController; field in DisplayContent
922 mBoundsAnimationController = new BoundsAnimationController(service.mContext, in DisplayContent()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRecentsAnimationTest.java203 display.mDisplayContent.mBoundsAnimationController = mock(BoundsAnimationController.class); in testSetLaunchTaskBehindOfTargetActivity()
243 display.mDisplayContent.mBoundsAnimationController = mock(BoundsAnimationController.class); in testCancelAnimationOnVisibleStackOrderChange()