Home
last modified time | relevance | path

Searched refs:toFullscreen (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBoundsAnimationControllerTests.java231 boolean toFullscreen = to.equals(BOUNDS_FULL); in start()
243 if (fromFullscreen || toFullscreen) { in start()
292 boolean toFullscreen = to.equals(BOUNDS_FULL); in startImpl()
300 final @SchedulePipModeChangedState int schedulePipModeChangedState = toFullscreen in startImpl()
306 schedulePipModeChangedState, fromFullscreen, toFullscreen, animationType); in startImpl()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java323 boolean toFullscreen) { in setAnimationFinalBounds() argument
325 mBoundsAnimatingToFullscreen = toFullscreen; in setAnimationFinalBounds()
1713 final boolean toFullscreen = toBounds == null; in animateResizePinnedStack()
1714 if (toFullscreen) { in animateResizePinnedStack()
1735 setAnimationFinalBounds(sourceHintBounds, toBounds, toFullscreen); in animateResizePinnedStack()
1763 fromFullscreen, toFullscreen, animationType); in animateResizePinnedStack()