Searched refs:getAnimation (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java71 parser = context.getResources().getAnimation(id);
141 parser = context.getResources().getAnimation(id);
262 parser = context.getResources().getAnimation(id);
H A DLayoutAnimationController.java179 * @see #getAnimation()
194 * @see #getAnimation()
212 public Animation getAnimation() { method in class:LayoutAnimationController
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java152 public XmlResourceParser getAnimation(int id) throws NotFoundException { method in class:MockResources
/frameworks/base/core/java/android/widget/
H A DViewAnimator.java162 } else if (child.getAnimation() == mInAnimation)
/frameworks/base/core/java/android/view/
H A DViewGroup.java1882 || child.getAnimation() != null;
2464 mAnimationListener.onAnimationStart(controller.getAnimation());
2488 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) {
2495 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) {
2563 mAnimationListener.onAnimationEnd(mLayoutAnimationController.getAnimation());
2593 if (((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) &&
2633 final Animation a = child.getAnimation();
3577 if (view.getAnimation() != null ||
3648 if (view.getAnimation() != null ||
3713 if (view.getAnimation() !
[all...]
H A DView.java12967 public Animation getAnimation() { method in class:View
13018 * @see #getAnimation()
13030 * @see #getAnimation()
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java71 parser = context.getResources().getAnimation(id);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java280 public XmlResourceParser getAnimation(int id) throws NotFoundException { method in class:BridgeResources
/frameworks/base/core/java/android/content/res/
H A DResources.java881 public XmlResourceParser getAnimation(int id) throws NotFoundException { method in class:Resources

Completed in 3436 milliseconds