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);
149 parser = context.getResources().getAnimation(id);
270 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.java164 } else if (child.getAnimation() == mInAnimation)
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java71 parser = context.getResources().getAnimation(id);
/frameworks/base/core/java/android/view/
H A DViewGroup.java2141 || child.getAnimation() != null;
2915 mAnimationListener.onAnimationStart(controller.getAnimation());
2939 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) {
2946 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) {
3042 mAnimationListener.onAnimationEnd(mLayoutAnimationController.getAnimation());
3072 if (((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) &&
3841 if (view.getAnimation() != null ||
3936 if (view.getAnimation() != null ||
4023 if (view.getAnimation() != null ||
4082 if ((animate && child.getAnimation() !
[all...]
H A DView.java14097 final Animation a = getAnimation();
16780 public Animation getAnimation() { method in class:View
16841 * @see #getAnimation()
16853 * @see #getAnimation()
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java278 public XmlResourceParser getAnimation(int id) throws NotFoundException { method in class:BridgeResources
/frameworks/base/core/java/android/content/res/
H A DResources.java962 public XmlResourceParser getAnimation(int id) throws NotFoundException { method in class:Resources

Completed in 333 milliseconds