Searched refs:mAnimations (Results 1 – 5 of 5) sorted by relevance
66 private ArrayList<Animation> mAnimations = new ArrayList<Animation>(); field in AnimationSet129 animation.mAnimations = new ArrayList<Animation>(); in clone()131 final int count = mAnimations.size(); in clone()132 final ArrayList<Animation> animations = mAnimations; in clone()135 animation.mAnimations.add(animations.get(i).clone()); in clone()185 final int count = mAnimations.size(); in hasAlpha()186 final ArrayList<Animation> animations = mAnimations; in hasAlpha()219 mAnimations.add(a); in addAnimation()236 if (mAnimations.size() == 1) { in addAnimation()257 final int count = mAnimations.size(); in setStartTime()[all …]
38 private int mAnimations; field in ExpandedMenuView48 … mAnimations = a.getResourceId(com.android.internal.R.styleable.MenuView_windowAnimationStyle, 0); in ExpandedMenuView()75 return mAnimations; in getWindowAnimations()
88 private int mAnimations; field in IconMenuView146 … mAnimations = a.getResourceId(com.android.internal.R.styleable.MenuView_windowAnimationStyle, 0); in IconMenuView()506 return mAnimations; in getWindowAnimations()
45 private int mAnimations; field in ExpandedMenuView92 return mAnimations; in getWindowAnimations()
420 int mAnimations; in startSharedElementTransition()424 if (mAnimations++ < MIN_ANIMATION_FRAMES) { in startSharedElementTransition()