Home
last modified time | relevance | path

Searched refs:getAnimation (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/view/animation/
DAnimationUtils.java71 parser = context.getResources().getAnimation(id); in loadAnimation()
141 parser = context.getResources().getAnimation(id); in loadLayoutAnimation()
262 parser = context.getResources().getAnimation(id); in loadInterpolator()
DLayoutAnimationController.java212 public Animation getAnimation() { in getAnimation() method in LayoutAnimationController
/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java152 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in MockResources
/frameworks/base/core/java/android/view/
DViewGroup.java1884 || child.getAnimation() != null; in canViewReceivePointerEvents()
2470 mAnimationListener.onAnimationStart(controller.getAnimation()); in dispatchDraw()
2494 … if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) { in dispatchDraw()
2501 … if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) { in dispatchDraw()
2569 mAnimationListener.onAnimationEnd(mLayoutAnimationController.getAnimation()); in notifyAnimationListener()
2599 if (((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) && in dispatchGetDisplayList()
2639 final Animation a = child.getAnimation(); in drawChild()
3584 if (view.getAnimation() != null || in removeViewInternal()
3655 if (view.getAnimation() != null || in removeViewsInternal()
3720 if (view.getAnimation() != null || in removeAllViewsInLayout()
[all …]
DView.java12847 public Animation getAnimation() {
/frameworks/base/core/java/android/widget/
DViewAnimator.java162 } else if (child.getAnimation() == mInAnimation) in showOnly()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java71 parser = context.getResources().getAnimation(id); in loadAnimator()
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeResources.java280 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in BridgeResources
/frameworks/base/core/java/android/content/res/
DResources.java881 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in Resources
/frameworks/base/api/
Dcurrent.txt6581 …method public android.content.res.XmlResourceParser getAnimation(int) throws android.content.res.R…
22869 method public android.view.animation.Animation getAnimation();
24305 method public android.view.animation.Animation getAnimation();
D14.txt6581 …method public android.content.res.XmlResourceParser getAnimation(int) throws android.content.res.R…
22869 method public android.view.animation.Animation getAnimation();
24305 method public android.view.animation.Animation getAnimation();