Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRecentsAnimationTest.java149 display.mDisplayContent.mBoundsAnimationController = mock(BoundsAnimationController.class); in testSetLaunchTaskBehindOfTargetActivity()
189 display.mDisplayContent.mBoundsAnimationController = mock(BoundsAnimationController.class); in testCancelAnimationOnVisibleStackOrderChange()
/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()
1755 displayContent.mBoundsAnimationController.getHandler().post(() -> { in animateResizePinnedStack()
1756 displayContent.mBoundsAnimationController.animateBounds(this, fromBounds, in animateResizePinnedStack()
DRecentsAnimation.java367 dc.mBoundsAnimationController.setAnimationType( in onStackOrderChanged()
DRecentsAnimationController.java205 dc.mBoundsAnimationController.setAnimationType(FADE_IN);
DDisplayContent.java282 BoundsAnimationController mBoundsAnimationController; field in DisplayContent
917 mBoundsAnimationController = new BoundsAnimationController(service.mContext, in DisplayContent()