/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; 26 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_TO_PIP; 60 private PipAnimationController mPipAnimationController; 67 private PipAnimationController.PipAnimationCallback mPipAnimationCallback; 72 mPipAnimationController = new PipAnimationController(new PipSurfaceTransactionHelper( in setUp() 82 final PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in getAnimator_withAlpha_returnFloatAnimator() 86 animator.getAnimationType(), PipAnimationController.ANIM_TYPE_ALPHA); in getAnimator_withAlpha_returnFloatAnimator() 91 final PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in getAnimator_withBounds_returnBoundsAnimator() 96 animator.getAnimationType(), PipAnimationController.ANIM_TYPE_BOUNDS); in getAnimator_withBounds_returnBoundsAnimator() 124 PipAnimationController.PipTransitionAnimator animator = mPipAnimationController in getAnimator_setTransitionDirection() [all …]
|
H A D | PipTaskOrganizerTest.java | 19 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_TO_PIP; 86 @Mock private PipAnimationController mMockPipAnimationController; 261 @PipAnimationController.TransitionDirection int direction) { in sendOnPipTransitionFinished() 272 doReturn(PipAnimationController.ANIM_TYPE_ALPHA).when(mMockPipAnimationController) in preparePipTaskOrg()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipTransitionController.java | 23 import static com.android.wm.shell.pip.PipAnimationController.isInPipDirection; 64 protected final PipAnimationController.PipAnimationCallback mPipAnimationCallback = 65 new PipAnimationController.PipAnimationCallback() { 68 PipAnimationController.PipTransitionAnimator animator) { 75 PipAnimationController.PipTransitionAnimator animator) { 91 PipAnimationController.PipTransitionAnimator animator) { 106 @PipAnimationController.TransitionDirection int direction, in onFinishResize() 165 @PipAnimationController.TransitionDirection int direction) { in sendOnPipTransitionStarted() 174 @PipAnimationController.TransitionDirection int direction) { in sendOnPipTransitionFinished() 182 @PipAnimationController.TransitionDirection int direction) { in sendOnPipTransitionCancelled() [all …]
|
H A D | PipTaskOrganizer.java | 129 private final PipAnimationController mPipAnimationController; 153 new PipAnimationController.PipAnimationCallback() { 157 PipAnimationController.PipTransitionAnimator animator) { 165 PipAnimationController.PipTransitionAnimator animator) { 277 new PipAnimationController.PipTransactionHandler() { 337 @NonNull PipAnimationController pipAnimationController, in PipTaskOrganizer() 391 PipAnimationController.PipTransitionAnimator animator = in getCurrentOrAnimatingBounds() 1228 PipAnimationController.quietCancel(animator); in onMovementBoundsChanged() 1557 @PipAnimationController.AnimationType int type) { in finishResize() 1851 PipAnimationController.quietCancel(animation); in fadeOutAndRemoveOverlay() [all …]
|
H A D | PipTransition.java | 95 private final PipAnimationController mPipAnimationController; 122 new PipAnimationController.PipTransactionHandler() { 140 PipAnimationController pipAnimationController, in PipTransition() 168 final PipAnimationController.PipTransitionAnimator animator = in startExitTransition() 392 @PipAnimationController.TransitionDirection int direction, in onFinishResize() 724 final PipAnimationController.PipTransitionAnimator animator = in startExpandAndRotationAnimation() 739 final PipAnimationController.PipTransitionAnimator animator = in startExpandAnimation() 907 PipAnimationController.PipTransitionAnimator animator; in startEnterAnimation() 1005 final PipAnimationController.PipTransitionAnimator animator = in handleSwipePipToHomeTransition() 1014 PipAnimationController.FRACTION_END); in handleSwipePipToHomeTransition() [all …]
|
H A D | PipAnimationController.java | 53 public class PipAnimationController { class 127 public PipAnimationController(PipSurfaceTransactionHelper helper) { in PipAnimationController() method in PipAnimationController 174 @PipAnimationController.TransitionDirection int direction, float startingAngle, in getAnimator() 222 PipAnimationController.PipTransitionAnimator animator = getCurrentAnimator(); in isAnimating() 587 @PipAnimationController.TransitionDirection int direction, float startingAngle, in ofBounds()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/pip/ |
H A D | Pip1SharedModule.java | 22 import com.android.wm.shell.pip.PipAnimationController; 42 static PipAnimationController providePipAnimationController(PipSurfaceTransactionHelper in providePipAnimationController() 44 return new PipAnimationController(pipSurfaceTransactionHelper); in providePipAnimationController()
|
H A D | Pip1Module.java | 47 import com.android.wm.shell.pip.PipAnimationController; 85 PipAnimationController pipAnimationController, in providePip1() 168 PipAnimationController pipAnimationController, in providePipTaskOrganizer() 188 PipAnimationController pipAnimationController, PipBoundsAlgorithm pipBoundsAlgorithm, in providePipTransition()
|
H A D | TvPipModule.java | 40 import com.android.wm.shell.pip.PipAnimationController; 167 PipAnimationController pipAnimationController, in provideTvPipTransition() 209 PipAnimationController pipAnimationController, in providePipTaskOrganizer()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipController.java | 26 import static com.android.wm.shell.pip.PipAnimationController.ANIM_TYPE_ALPHA; 28 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_LEAVE_PIP; 31 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_SAME; 33 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_TO_PIP; 34 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_USER_RESIZE; 35 import static com.android.wm.shell.pip.PipAnimationController.isOutPipDirection; 92 import com.android.wm.shell.pip.PipAnimationController; 131 private PipAnimationController mPipAnimationController; 385 PipAnimationController pipAnimationController, in create() 426 PipAnimationController pipAnimationController, in PipController() [all …]
|
H A D | PipTouchHandler.java | 24 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_TO_PIP; 58 import com.android.wm.shell.pip.PipAnimationController; 323 @PipAnimationController.TransitionDirection int direction) { in onPinnedStackAnimationEnded()
|
H A D | PipResizeGestureHandler.java | 53 import com.android.wm.shell.pip.PipAnimationController; 603 PipAnimationController.TRANSITION_DIRECTION_USER_RESIZE, in mPipTaskOrganizer.scheduleFinishResizePip()
|
H A D | PipMotionHelper.java | 26 import static com.android.wm.shell.pip.PipAnimationController.TRANSITION_DIRECTION_EXPAND_OR_UNEXPA…
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipTransition.java | 25 import com.android.wm.shell.pip.PipAnimationController; 49 PipAnimationController pipAnimationController, in TvPipTransition()
|
H A D | TvPipTaskOrganizer.java | 33 import com.android.wm.shell.pip.PipAnimationController; 57 @NonNull PipAnimationController pipAnimationController, in TvPipTaskOrganizer()
|
H A D | TvPipController.java | 55 import com.android.wm.shell.pip.PipAnimationController; 489 final boolean enterPipTransition = PipAnimationController.isInPipDirection(direction); in onPipTransitionStarted() 504 PipAnimationController.isInPipDirection(direction)); in onPipTransitionCanceled() 510 final boolean enterPipTransition = PipAnimationController.isInPipDirection(direction); in onPipTransitionFinished()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
H A D | PipControllerTest.java | 66 import com.android.wm.shell.pip.PipAnimationController; 99 @Mock private PipAnimationController mMockPipAnimationController;
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | DefaultMixedHandler.java | 28 import static com.android.wm.shell.pip.PipAnimationController.ANIM_TYPE_ALPHA;
|