Searched refs:isOutPipDirection (Results 1 – 4 of 4) sorted by relevance
103 public static boolean isOutPipDirection(@TransitionDirection int direction) { in isOutPipDirection() method in PipAnimationController497 return !isOutPipDirection(mTransitionDirection); in shouldApplyCornerRadius()501 return !isOutPipDirection(mTransitionDirection) in shouldApplyShadowRadius()508 return !isInPipDirection(direction) && !isOutPipDirection(direction); in inScaleTransition()589 final boolean isOutPipDirection = isOutPipDirection(direction); in ofBounds()594 if (isOutPipDirection) { in ofBounds()610 initialContainerRect = isOutPipDirection ? rotatedEndRect : initialSourceValue; in ofBounds()652 if (isOutPipDirection) { in ofBounds()719 insets, degree, x, y, isOutPipDirection, in ofBounds()736 final Rect endRect = isOutPipDirection ? zeroInsets : sourceHintRectInsets; in ofBounds()[all …]
44 import static com.android.wm.shell.pip.PipAnimationController.isOutPipDirection;190 final boolean isExitPipDirection = isOutPipDirection(direction)1647 } else if (isOutPipDirection(direction)) { in prepareFinishResizeTransaction()
39 import static com.android.wm.shell.pip.PipAnimationController.isOutPipDirection;406 if (isOutPipDirection(direction)) { in onFinishResize()
35 import static com.android.wm.shell.pip.PipAnimationController.isOutPipDirection;1030 if (isOutPipDirection(direction)) { in onPipTransitionStarted()