Home
last modified time | relevance | path

Searched refs:ANIM_TYPE_ALPHA (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java58 public static final int ANIM_TYPE_ALPHA = 1; field in PipAnimationController
62 ANIM_TYPE_ALPHA
139 } 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()
H A DPipTransition.java33 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()
H A DPipTaskOrganizer.java31 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()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipAnimationControllerTest.java86 animator.getAnimationType(), PipAnimationController.ANIM_TYPE_ALPHA); in getAnimator_withAlpha_returnFloatAnimator()
H A DPipTaskOrganizerTest.java272 doReturn(PipAnimationController.ANIM_TYPE_ALPHA).when(mMockPipAnimationController) in preparePipTaskOrg()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DDefaultMixedHandler.java28 import static com.android.wm.shell.pip.PipAnimationController.ANIM_TYPE_ALPHA;
548 mPipHandler.setEnterAnimationType(ANIM_TYPE_ALPHA); in animateEnterPipFromSplit()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java26 import static com.android.wm.shell.pip.PipAnimationController.ANIM_TYPE_ALPHA;
1338 ANIM_TYPE_ALPHA)); in setPipAnimationTypeToAlpha()