Searched refs:getAnimation (Results 1 – 11 of 11) sorted by relevance
73 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()
212 public Animation getAnimation() { in getAnimation() method in LayoutAnimationController
100 mListener.onAnimationStart(getAnimation()); in onAnimationStart()108 mListener.onAnimationEnd(getAnimation()); in onAnimationEnd()
152 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in MockResources
164 } else if (child.getAnimation() == mInAnimation) in showOnly()
104 parser = resources.getAnimation(id); in loadAnimator()127 parser = context.getResources().getAnimation(id); in loadStateListAnimator()
2355 || 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 …]
14754 final Animation a = getAnimation();17729 public Animation getAnimation() {
284 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in BridgeResources
1072 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in Resources
9160 …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();