Home
last modified time | relevance | path

Searched defs:animType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DImeTracker.java839 @AnimationType int animType, boolean useSeparatedThread) { in onRequestAnimation()
860 public void onCancelAnimation(@AnimationType int animType) { in onCancelAnimation()
872 public void onFinishAnimation(@AnimationType int animType) { in onFinishAnimation()
886 private static int getImeInsetsCujFromAnimation(@AnimationType int animType) { in getImeInsetsCujFromAnimation()
/frameworks/base/core/java/android/widget/
DActionMenuPresenter.java1064 int animType; field in ActionMenuPresenter.ItemAnimationInfo
1069 ItemAnimationInfo(int id, MenuItemLayoutInfo info, Animator anim, int animType) { in ItemAnimationInfo()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicator.java418 AlphaAnimType animType) { in setupIndicatorAnimation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultTransitionHandler.java978 final int animType = options.getType(); in isSupportedOverrideAnimation() local