Home
last modified time | relevance | path

Searched defs:animations (Results 1 – 4 of 4) 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
409 final ArrayList<Animation> animations = mAnimations; in scaleCurrentDuration() local
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DReflectionInflaterTest.java47 final List<Animation> animations = set.getAnimations(); in testInflateXml() local
61 final List<Animation> animations = set.getAnimations(); in testDefaultPackage() local
/frameworks/base/services/core/java/com/android/server/wm/
DRemoteAnimationController.java113 final RemoteAnimationTarget[] animations = createAnimations(); in goodToGo() local
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2530 final List<Animation> animations = set.getAnimations(); in createHiddenByKeyguardExit() local