Searched refs:animType (Results 1 – 6 of 6) sorted by relevance
839 @AnimationType int animType, boolean useSeparatedThread) { in onRequestAnimation() argument840 final int cujType = getImeInsetsCujFromAnimation(animType); in onRequestAnimation()850 .setTag(String.format(Locale.US, "%d@%d@%s", animType, in onRequestAnimation()860 public void onCancelAnimation(@AnimationType int animType) { in onCancelAnimation() argument861 final int cujType = getImeInsetsCujFromAnimation(animType); in onCancelAnimation()872 public void onFinishAnimation(@AnimationType int animType) { in onFinishAnimation() argument873 final int cujType = getImeInsetsCujFromAnimation(animType); in onFinishAnimation()886 private static int getImeInsetsCujFromAnimation(@AnimationType int animType) { in getImeInsetsCujFromAnimation() argument887 switch (animType) { in getImeInsetsCujFromAnimation()
323 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.MOVE) { in runItemAnimations()361 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.FADE_IN) { in runItemAnimations()398 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.FADE_OUT) { in runItemAnimations()1064 int animType; field in ActionMenuPresenter.ItemAnimationInfo1069 ItemAnimationInfo(int id, MenuItemLayoutInfo info, Animator anim, int animType) { in ItemAnimationInfo() argument1073 this.animType = animType; in ItemAnimationInfo()
978 final int animType = options.getType(); in isSupportedOverrideAnimation() local979 return animType == ANIM_CUSTOM || animType == ANIM_SCALE_UP in isSupportedOverrideAnimation()980 || animType == ANIM_THUMBNAIL_SCALE_UP || animType == ANIM_THUMBNAIL_SCALE_DOWN in isSupportedOverrideAnimation()981 || animType == ANIM_CLIP_REVEAL || animType == ANIM_OPEN_CROSS_PROFILE_APPS; in isSupportedOverrideAnimation()
418 AlphaAnimType animType) { in setupIndicatorAnimation() argument422 if (animType == AlphaAnimType.ALPHA_FADE_IN_ANIM) { in setupIndicatorAnimation()424 } else if (animType == AlphaAnimType.ALPHA_FADE_OUT_ANIM) { in setupIndicatorAnimation()
4246 (animType, anim) -> mOnAnimationFinished.forEach(Runnable::run), in build()
65328 Landroid/widget/ActionMenuPresenter$ItemAnimationInfo;->animType:I