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.java73 parser = context.getResources().getAnimation(id); in loadAnimation()
151 parser = context.getResources().getAnimation(id); in loadLayoutAnimation()
272 parser = context.getResources().getAnimation(id); in loadInterpolator()
302 parser = res.getAnimation(id); in loadInterpolator()
DLayoutAnimationController.java212 public Animation getAnimation() { in getAnimation() method in LayoutAnimationController
/frameworks/support/v4/java/android/support/v4/widget/
DCircleImageView.java100 mListener.onAnimationStart(getAnimation()); in onAnimationStart()
108 mListener.onAnimationEnd(getAnimation()); in onAnimationEnd()
/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/widget/
DViewAnimator.java164 } else if (child.getAnimation() == mInAnimation) in showOnly()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java104 parser = resources.getAnimation(id); in loadAnimator()
127 parser = context.getResources().getAnimation(id); in loadStateListAnimator()
/frameworks/base/core/java/android/view/
DViewGroup.java2355 || child.getAnimation() != null; in canViewReceivePointerEvents()
3166 mAnimationListener.onAnimationStart(controller.getAnimation()); in dispatchDraw()
3197 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) { in dispatchDraw()
3335 mAnimationListener.onAnimationEnd(mLayoutAnimationController.getAnimation()); in notifyAnimationListener()
3365 if (((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) && in dispatchGetDisplayList()
4159 if (view.getAnimation() != null || in removeViewInternal()
4254 if (view.getAnimation() != null || in removeViewsInternal()
4341 if (view.getAnimation() != null || in removeAllViewsInLayout()
4400 if ((animate && child.getAnimation() != null) || in removeDetachedView()
4571 child.getAnimation() == null && childMatrix.isIdentity(); in invalidateChild()
[all …]
DView.java14754 final Animation a = getAnimation();
17729 public Animation getAnimation() {
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeResources.java284 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in BridgeResources
/frameworks/base/core/java/android/content/res/
DResources.java1072 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in Resources
/frameworks/base/api/
Dcurrent.txt9160 …method public android.content.res.XmlResourceParser getAnimation(int) throws android.content.res.R…
33193 method public android.view.animation.Animation getAnimation();
35218 method public android.view.animation.Animation getAnimation();