Searched defs:getAnimation (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DLayoutAnimationController.java181 * @see #getAnimation()
196 * @see #getAnimation()
214 public Animation getAnimation() { method in class:LayoutAnimationController
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java157 public XmlResourceParser getAnimation(int id) throws NotFoundException { method in class:MockResources
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DResourcesWrapper.java181 public XmlResourceParser getAnimation(int id) throws NotFoundException { method in class:ResourcesWrapper
182 return mResources.getAnimation(id);
/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java493 static XmlResourceParser getAnimation(Resources resources, int id) throws NotFoundException { method in class:Resources_Delegate
/frameworks/base/core/java/android/content/res/
H A DResources.java1166 public XmlResourceParser getAnimation(@AnimatorRes @AnimRes int id) throws NotFoundException { method in class:Resources
/frameworks/base/core/java/android/view/
H A DView.java18856 final Animation a = getAnimation();
22375 public Animation getAnimation() { method in class:View
22436 * @see #getAnimation()
22449 * @see #getAnimation()

Completed in 896 milliseconds