Searched defs:animType (Results 1 – 3 of 3) sorted by relevance
710 @AnimationType int animType, boolean useSeparatedThread) { in onRequestAnimation()731 public void onCancelAnimation(@AnimationType int animType) { in onCancelAnimation()743 public void onFinishAnimation(@AnimationType int animType) { in onFinishAnimation()757 private static int getImeInsetsCujFromAnimation(@AnimationType int animType) { in getImeInsetsCujFromAnimation()
1064 int animType; field in ActionMenuPresenter.ItemAnimationInfo1069 ItemAnimationInfo(int id, MenuItemLayoutInfo info, Animator anim, int animType) { in ItemAnimationInfo()
908 final int animType = options.getType(); in isSupportedOverrideAnimation() local