Searched refs:ANIM_TYPE_BOUNDS (Results 1 – 4 of 4) sorted by relevance
57 public static final int ANIM_TYPE_BOUNDS = 0; field in PipAnimationController61 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()
32 import static com.android.wm.shell.pip.PipAnimationController.ANIM_TYPE_BOUNDS;178 if (mWaitForFixedRotation && animationType == ANIM_TYPE_BOUNDS786 if (animationType == ANIM_TYPE_BOUNDS) { in onTaskAppeared()875 mPipTransitionController.setEnterAnimationType(ANIM_TYPE_BOUNDS); in onEndOfSwipePipToHomeTransition()1276 if (animator.getAnimationType() == ANIM_TYPE_BOUNDS) { in updateAnimatorBounds()
34 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()
96 animator.getAnimationType(), PipAnimationController.ANIM_TYPE_BOUNDS); in getAnimator_withBounds_returnBoundsAnimator()