Searched refs:FADE_IN (Results 1 – 7 of 7) sorted by relevance
77 public static final int FADE_IN = 1; field in BoundsAnimationController79 @IntDef({BOUNDS, FADE_IN}) public @interface AnimationType {}302 if (mAnimationType == FADE_IN) { in onAnimationUpdate()459 animationType = FADE_IN; in animateBoundsImpl()520 if (animationType == FADE_IN) { in animateBoundsImpl()529 animator.setDuration(animationType == FADE_IN ? FADE_IN_DURATION in animateBoundsImpl()560 return existing != null && existing.mAnimationType == FADE_IN && existing.isStarted(); in isRunningFadeInAnimation()
30 import static com.android.server.wm.BoundsAnimationController.FADE_IN;423 controller.shouldDeferCancelUntilNextTransition() ? FADE_IN : BOUNDS); in onStackOrderChanged()
37 import static com.android.server.wm.BoundsAnimationController.FADE_IN;1613 if ((schedulePipModeChangedCallback || animationType == FADE_IN) in onAnimationStart()1640 if (mAnimationType == BoundsAnimationController.FADE_IN) { in onAnimationEnd()1743 if (intendedAnimationType == FADE_IN) { in animateResizePinnedStack()
30 import static com.android.server.wm.BoundsAnimationController.FADE_IN;225 mDisplayContent.mBoundsAnimationController.setAnimationType(FADE_IN);
22 import static com.android.server.wm.BoundsAnimationController.FADE_IN;594 mDriver.start(BOUNDS_FULL, BOUNDS_FLOATING, FADE_IN) in testFadeIn()
360 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.FADE_IN) { in runItemAnimations()406 …nimationInfo info = new ItemAnimationInfo(id, menuItemLayoutInfo, anim, ItemAnimationInfo.FADE_IN); in runItemAnimations()1065 static final int FADE_IN = 1; field in ActionMenuPresenter.ItemAnimationInfo
80401 Landroid/widget/ActionMenuPresenter$ItemAnimationInfo;->FADE_IN:I