Home
last modified time | relevance | path

Searched refs:animType (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DImeTracker.java710 @AnimationType int animType, boolean useSeparatedThread) { in onRequestAnimation() argument
711 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() argument
732 final int cujType = getImeInsetsCujFromAnimation(animType); in onCancelAnimation()
743 public void onFinishAnimation(@AnimationType int animType) { in onFinishAnimation() argument
744 final int cujType = getImeInsetsCujFromAnimation(animType); in onFinishAnimation()
757 private static int getImeInsetsCujFromAnimation(@AnimationType int animType) { in getImeInsetsCujFromAnimation() argument
758 switch (animType) { in getImeInsetsCujFromAnimation()
/aosp14/frameworks/base/core/java/android/widget/
H A DActionMenuPresenter.java323 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.ItemAnimationInfo
1069 ItemAnimationInfo(int id, MenuItemLayoutInfo info, Animator anim, int animType) { in ItemAnimationInfo() argument
1073 this.animType = animType; in ItemAnimationInfo()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DDefaultTransitionHandler.java908 final int animType = options.getType(); in isSupportedOverrideAnimation() local
909 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()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java4242 (animType, anim) -> mOnAnimationFinished.forEach(Runnable::run), in build()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt65971 Landroid/widget/ActionMenuPresenter$ItemAnimationInfo;->animType:I