Home
last modified time | relevance | path

Searched defs:animations (Results 1 – 3 of 3) 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/packages/Keyguard/src/com/android/keyguard/
DPagedView.java2472 ArrayList<Animator> animations = new ArrayList<Animator>(); in createPostDeleteAnimationRunnable() local
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java2339 final List<Animation> animations = set.getAnimations(); in createForceHideEnterAnimation() local