Home
last modified time | relevance | path

Searched refs:ANIM_TYPE_BOUNDS (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java57 public static final int ANIM_TYPE_BOUNDS = 0; field in PipAnimationController
61 ANIM_TYPE_BOUNDS,
124 private int mOneShotAnimationType = ANIM_TYPE_BOUNDS;
187 } else if (mCurrentAnimator.getAnimationType() == ANIM_TYPE_BOUNDS in getAnimator()
258 mOneShotAnimationType = ANIM_TYPE_BOUNDS; in takeOneShotEnterAnimationType()
263 return ANIM_TYPE_BOUNDS; in takeOneShotEnterAnimationType()
506 if (mAnimationType != ANIM_TYPE_BOUNDS) return false; in inScaleTransition()
628 return new PipTransitionAnimator<Rect>(taskInfo, leash, ANIM_TYPE_BOUNDS, in ofBounds()
H A DPipTaskOrganizer.java32 import static com.android.wm.shell.pip.PipAnimationController.ANIM_TYPE_BOUNDS;
178 if (mWaitForFixedRotation && animationType == ANIM_TYPE_BOUNDS
786 if (animationType == ANIM_TYPE_BOUNDS) { in onTaskAppeared()
875 mPipTransitionController.setEnterAnimationType(ANIM_TYPE_BOUNDS); in onEndOfSwipePipToHomeTransition()
1276 if (animator.getAnimationType() == ANIM_TYPE_BOUNDS) { in updateAnimatorBounds()
H A DPipTransition.java34 import static com.android.wm.shell.pip.PipAnimationController.ANIM_TYPE_BOUNDS;
96 private @PipAnimationController.AnimationType int mEnterAnimationType = ANIM_TYPE_BOUNDS;
908 if (enterAnimationType == ANIM_TYPE_BOUNDS) { in startEnterAnimation()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipAnimationControllerTest.java96 animator.getAnimationType(), PipAnimationController.ANIM_TYPE_BOUNDS); in getAnimator_withBounds_returnBoundsAnimator()