Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DImeTracker.java839 @AnimationType int animType, boolean useSeparatedThread) { in onRequestAnimation() argument
840 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() argument
861 final int cujType = getImeInsetsCujFromAnimation(animType); in onCancelAnimation()
872 public void onFinishAnimation(@AnimationType int animType) { in onFinishAnimation() argument
873 final int cujType = getImeInsetsCujFromAnimation(animType); in onFinishAnimation()
886 private static int getImeInsetsCujFromAnimation(@AnimationType int animType) { in getImeInsetsCujFromAnimation() argument
887 switch (animType) { in getImeInsetsCujFromAnimation()
/frameworks/base/core/java/android/widget/
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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultTransitionHandler.java978 final int animType = options.getType(); in isSupportedOverrideAnimation() local
979 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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicator.java418 AlphaAnimType animType) { in setupIndicatorAnimation() argument
422 if (animType == AlphaAnimType.ALPHA_FADE_IN_ANIM) { in setupIndicatorAnimation()
424 } else if (animType == AlphaAnimType.ALPHA_FADE_OUT_ANIM) { in setupIndicatorAnimation()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java4246 (animType, anim) -> mOnAnimationFinished.forEach(Runnable::run), in build()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt65328 Landroid/widget/ActionMenuPresenter$ItemAnimationInfo;->animType:I