Searched refs:TRANSITION_DIRECTION_LEAVE_PIP (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
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()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipTransition.java | 36 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_LEAVE_PIP; 439 sendOnPipTransitionFinished(TRANSITION_DIRECTION_LEAVE_PIP); in onTransitionConsumed() 443 mPipOrganizer.applyWindowingModeChangeOnExit(wct, TRANSITION_DIRECTION_LEAVE_PIP); in onTransitionConsumed() 445 mPipOrganizer.applyFinishBoundsResize(wct, TRANSITION_DIRECTION_LEAVE_PIP, false); in onTransitionConsumed() 721 mPipOrganizer.applyWindowingModeChangeOnExit(wct, TRANSITION_DIRECTION_LEAVE_PIP); in startExitAnimation() 832 startBounds, startBounds, endBounds, null, TRANSITION_DIRECTION_LEAVE_PIP, in startExpandAndRotationAnimation() 834 animator.setTransitionDirection(TRANSITION_DIRECTION_LEAVE_PIP) in startExpandAndRotationAnimation() 847 endBounds, sourceHintRect, TRANSITION_DIRECTION_LEAVE_PIP, in startExpandAnimation() 849 animator.setTransitionDirection(TRANSITION_DIRECTION_LEAVE_PIP) in startExpandAnimation()
|
D | PipAnimationController.java | 79 public static final int TRANSITION_DIRECTION_LEAVE_PIP = 3; field in PipAnimationController 90 TRANSITION_DIRECTION_LEAVE_PIP, 105 return direction == TRANSITION_DIRECTION_LEAVE_PIP in isOutPipDirection()
|
D | PipTaskOrganizer.java | 34 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_LEAVE_PIP; 647 : TRANSITION_DIRECTION_LEAVE_PIP; in exitPip() 1892 } else if (direction == TRANSITION_DIRECTION_LEAVE_PIP) { in computeRotatedBounds()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipTransition.java | 29 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_LEAVE_PIP; 550 sendOnPipTransitionStarted(TRANSITION_DIRECTION_LEAVE_PIP); in startExitAnimation() 557 sendOnPipTransitionCancelled(TRANSITION_DIRECTION_LEAVE_PIP); in startExitAnimation() 573 sendOnPipTransitionFinished(TRANSITION_DIRECTION_LEAVE_PIP); in startExitAnimation()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipController.java | 27 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_LEAVE_PIP; 1017 case TRANSITION_DIRECTION_LEAVE_PIP: in getTransitionTag() 1053 if (direction == TRANSITION_DIRECTION_LEAVE_PIP) { in onPipTransitionStarted()
|