Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/animation/
DLayoutAnimationController.java214 public Animation getAnimation() { in getAnimation() method in LayoutAnimationController
/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java157 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in MockResources
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DResourcesWrapper.java177 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in ResourcesWrapper
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java444 static XmlResourceParser getAnimation(Resources resources, int id) throws NotFoundException { in getAnimation() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DResources.java1138 public XmlResourceParser getAnimation(@AnimRes int id) throws NotFoundException { in getAnimation() method in Resources
/frameworks/base/core/java/android/view/
DView.java20161 public Animation getAnimation() { in getAnimation() method