Searched refs:ANIM_TYPE_ALPHA (Results 1 – 7 of 7) sorted by relevance
58 public static final int ANIM_TYPE_ALPHA = 1; field in PipAnimationController62 ANIM_TYPE_ALPHA139 } else if (mCurrentAnimator.getAnimationType() == ANIM_TYPE_ALPHA in getAnimator()181 } else if (mCurrentAnimator.getAnimationType() == ANIM_TYPE_ALPHA in getAnimator()247 if (animationType == ANIM_TYPE_ALPHA) { in setOneShotEnterAnimationType()256 if (type == ANIM_TYPE_ALPHA) { in takeOneShotEnterAnimationType()487 if (mAnimationType == ANIM_TYPE_ALPHA) { in setDestinationBounds()547 return new PipTransitionAnimator<Float>(taskInfo, leash, ANIM_TYPE_ALPHA, in ofAlpha()
33 import static com.android.wm.shell.pip.PipAnimationController.ANIM_TYPE_ALPHA;311 if (mEnterAnimationType == ANIM_TYPE_ALPHA) { in augmentRequest()332 if (mRequestedEnterTransition != null && mEnterAnimationType == ANIM_TYPE_ALPHA) { in handleRotateDisplay()899 if (enterAnimationType == ANIM_TYPE_ALPHA) { in startEnterAnimation()935 } else if (enterAnimationType == ANIM_TYPE_ALPHA) { in startEnterAnimation()
31 import static com.android.wm.shell.pip.PipAnimationController.ANIM_TYPE_ALPHA;765 ? ANIM_TYPE_ALPHA in onTaskAppeared()796 } else if (animationType == ANIM_TYPE_ALPHA) { in onTaskAppeared()807 if (animationType == ANIM_TYPE_ALPHA) { in onTaskAppearedWithFixedRotation()1563 } else if (isInPipDirection(direction) && type == ANIM_TYPE_ALPHA) { in finishResize()
86 animator.getAnimationType(), PipAnimationController.ANIM_TYPE_ALPHA); in getAnimator_withAlpha_returnFloatAnimator()
272 doReturn(PipAnimationController.ANIM_TYPE_ALPHA).when(mMockPipAnimationController) in preparePipTaskOrg()
28 import static com.android.wm.shell.pip.PipAnimationController.ANIM_TYPE_ALPHA;548 mPipHandler.setEnterAnimationType(ANIM_TYPE_ALPHA); in animateEnterPipFromSplit()
26 import static com.android.wm.shell.pip.PipAnimationController.ANIM_TYPE_ALPHA;1338 ANIM_TYPE_ALPHA)); in setPipAnimationTypeToAlpha()