Home
last modified time | relevance | path

Searched defs:animations (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/animation/
DAnimationSet.java132 final ArrayList<Animation> animations = mAnimations; in clone() local
186 final ArrayList<Animation> animations = mAnimations; in hasAlpha() local
258 final ArrayList<Animation> animations = mAnimations; in setStartTime() local
271 final ArrayList<Animation> animations = mAnimations; in getStartTime() local
285 final ArrayList<Animation> animations = mAnimations; in restrictDuration() local
301 final ArrayList<Animation> animations = mAnimations; in getDuration() local
326 final ArrayList<Animation> animations = mAnimations; in computeDurationHint() local
344 final ArrayList<Animation> animations = mAnimations; in initializeInvalidateRegion() local
371 final ArrayList<Animation> animations = mAnimations; in getTransformation() local
413 final ArrayList<Animation> animations = mAnimations; in scaleCurrentDuration() local
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2942 final List<Animation> animations = set.getAnimations(); in createForceHideEnterAnimation() local