Searched refs:isOutPipDirection (Results 1 – 4 of 4) sorted by relevance
92 public static boolean isOutPipDirection(@TransitionDirection int direction) { in isOutPipDirection() method in PipAnimationController429 return !isOutPipDirection(mTransitionDirection); in shouldApplyCornerRadius()435 return !isInPipDirection(direction) && !isOutPipDirection(direction); in inScaleTransition()522 final boolean isOutPipDirection = isOutPipDirection(direction); in ofBounds()527 if (isOutPipDirection) { in ofBounds()543 initialContainerRect = isOutPipDirection ? rotatedEndRect : initialSourceValue; in ofBounds()586 if (isOutPipDirection) { in ofBounds()648 insets, degree, x, y, isOutPipDirection, in ofBounds()658 final Rect startRect = isOutPipDirection ? sourceHintRectInsets : zeroInsets; in ofBounds()659 final Rect endRect = isOutPipDirection ? zeroInsets : sourceHintRectInsets; in ofBounds()[all …]
31 import static com.android.wm.shell.pip.PipAnimationController.isOutPipDirection;361 } else if (isOutPipDirection(direction)) { in prepareFinishResizeTransaction()
41 import static com.android.wm.shell.pip.PipAnimationController.isOutPipDirection;167 final boolean isExitPipDirection = isOutPipDirection(direction)1259 } else if (isOutPipDirection(direction)) { in prepareFinishResizeTransaction()
34 import static com.android.wm.shell.pip.PipAnimationController.isOutPipDirection;631 if (isOutPipDirection(direction)) { in onPipTransitionStarted()