Searched refs:animType (Results 1 – 5 of 5) sorted by relevance
710 @AnimationType int animType, boolean useSeparatedThread) { in onRequestAnimation() argument711 final int cujType = getImeInsetsCujFromAnimation(animType); in onRequestAnimation()721 .setTag(String.format(Locale.US, "%d@%d@%s", animType, in onRequestAnimation()731 public void onCancelAnimation(@AnimationType int animType) { in onCancelAnimation() argument732 final int cujType = getImeInsetsCujFromAnimation(animType); in onCancelAnimation()743 public void onFinishAnimation(@AnimationType int animType) { in onFinishAnimation() argument744 final int cujType = getImeInsetsCujFromAnimation(animType); in onFinishAnimation()757 private static int getImeInsetsCujFromAnimation(@AnimationType int animType) { in getImeInsetsCujFromAnimation() argument758 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()
908 final int animType = options.getType(); in isSupportedOverrideAnimation() local909 return animType == ANIM_CUSTOM || animType == ANIM_SCALE_UP in isSupportedOverrideAnimation()910 || animType == ANIM_THUMBNAIL_SCALE_UP || animType == ANIM_THUMBNAIL_SCALE_DOWN in isSupportedOverrideAnimation()911 || animType == ANIM_CLIP_REVEAL || animType == ANIM_OPEN_CROSS_PROFILE_APPS; in isSupportedOverrideAnimation()
4242 (animType, anim) -> mOnAnimationFinished.forEach(Runnable::run), in build()
65971 Landroid/widget/ActionMenuPresenter$ItemAnimationInfo;->animType:I