Searched refs:TRANSITION_DIRECTION_LEAVE_PIP (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
H A D | PipAnimationControllerTest.java | 25 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_LEAVE_PIP; 132 .setTransitionDirection(TRANSITION_DIRECTION_LEAVE_PIP); in getAnimator_setTransitionDirection() 134 animator.getTransitionDirection(), TRANSITION_DIRECTION_LEAVE_PIP); in getAnimator_setTransitionDirection() 145 TRANSITION_DIRECTION_LEAVE_PIP, 0, ROTATION_90); in pipTransitionAnimator_rotatedEndValue()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipTransition.java | 35 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_LEAVE_PIP; 372 sendOnPipTransitionFinished(TRANSITION_DIRECTION_LEAVE_PIP); in onTransitionConsumed() 376 mPipOrganizer.applyWindowingModeChangeOnExit(wct, TRANSITION_DIRECTION_LEAVE_PIP); in onTransitionConsumed() 378 mPipOrganizer.applyFinishBoundsResize(wct, TRANSITION_DIRECTION_LEAVE_PIP, false); in onTransitionConsumed() 615 mPipOrganizer.applyWindowingModeChangeOnExit(wct, TRANSITION_DIRECTION_LEAVE_PIP); in startExitAnimation() 726 startBounds, startBounds, endBounds, null, TRANSITION_DIRECTION_LEAVE_PIP, in startExpandAndRotationAnimation() 728 animator.setTransitionDirection(TRANSITION_DIRECTION_LEAVE_PIP) in startExpandAndRotationAnimation() 741 endBounds, sourceHintRect, TRANSITION_DIRECTION_LEAVE_PIP, in startExpandAnimation() 743 animator.setTransitionDirection(TRANSITION_DIRECTION_LEAVE_PIP) in startExpandAnimation()
|
H A D | PipAnimationController.java | 78 public static final int TRANSITION_DIRECTION_LEAVE_PIP = 3; field in PipAnimationController 89 TRANSITION_DIRECTION_LEAVE_PIP, 104 return direction == TRANSITION_DIRECTION_LEAVE_PIP in isOutPipDirection()
|
H A D | PipTaskOrganizer.java | 35 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_LEAVE_PIP; 546 : TRANSITION_DIRECTION_LEAVE_PIP; in exitPip() 1794 } else if (direction == TRANSITION_DIRECTION_LEAVE_PIP) { in computeRotatedBounds()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipController.java | 28 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_LEAVE_PIP; 1003 case TRANSITION_DIRECTION_LEAVE_PIP: in getTransitionTag() 1038 if (direction == TRANSITION_DIRECTION_LEAVE_PIP) { in onPipTransitionStarted()
|