Searched refs:animType (Results 1 – 1 of 1) sorted by relevance
322 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.MOVE) { in runItemAnimations()360 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.FADE_IN) { in runItemAnimations()397 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.FADE_OUT) { in runItemAnimations()1063 int animType; field in ActionMenuPresenter.ItemAnimationInfo1068 ItemAnimationInfo(int id, MenuItemLayoutInfo info, Animator anim, int animType) { in ItemAnimationInfo() argument1072 this.animType = animType; in ItemAnimationInfo()