Searched refs:toFullscreen (Results 1 – 4 of 4) sorted by relevance
95 final boolean toFullscreen = toBounds == null; in animateResizePinnedStack()96 if (toFullscreen) { in animateResizePinnedStack()116 mContainer.setAnimationFinalBounds(sourceHintBounds, toBounds, toFullscreen); in animateResizePinnedStack()127 fromFullscreen, toFullscreen); in animateResizePinnedStack()
329 void setAnimationFinalBounds(Rect sourceHintBounds, Rect destBounds, boolean toFullscreen) { in setAnimationFinalBounds() argument331 mBoundsAnimatingToFullscreen = toFullscreen; in setAnimationFinalBounds()
62 private boolean skipResizeAnimation(boolean toFullscreen) { in skipResizeAnimation() argument63 if (!toFullscreen) { in skipResizeAnimation()
209 boolean toFullscreen = to.equals(BOUNDS_FULL); in start()221 if (fromFullscreen || toFullscreen) { in start()262 boolean toFullscreen = to.equals(BOUNDS_FULL); in startImpl()269 final @SchedulePipModeChangedState int schedulePipModeChangedState = toFullscreen in startImpl()275 schedulePipModeChangedState, fromFullscreen, toFullscreen); in startImpl()