Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
DBaseCardViewTest.java51 ((BaseCardView.InfoHeightAnimation) view.getAnimation()).mockStart(); in mockInfoHeightAnimation()
53 ((BaseCardView.InfoHeightAnimation) view.getAnimation()).mockEnd(); in mockInfoHeightAnimation()
54 assertNull(view.getAnimation()); in mockInfoHeightAnimation()
60 ((BaseCardView.InfoAlphaAnimation) view.getAnimation()).mockStart(); in mockInfoAlphaAnimation()
63 ((BaseCardView.InfoAlphaAnimation) view.getAnimation()).mockEnd(); in mockInfoAlphaAnimation()
64 assertNull(view.getAnimation()); in mockInfoAlphaAnimation()
102 assertNull(cardView.getAnimation()); in infoOver_InfoVisibleAlways()
109 assertNull(cardView.getAnimation()); in infoOver_InfoVisibleAlways()
116 assertNull(cardView.getAnimation()); in infoOver_InfoVisibleAlways()
123 assertNull(cardView.getAnimation()); in infoOver_InfoVisibleAlways()
[all …]
/frameworks/base/core/java/android/view/animation/
DAnimationUtils.java107 parser = context.getResources().getAnimation(id); in loadAnimation()
185 parser = context.getResources().getAnimation(id); in loadLayoutAnimation()
307 parser = context.getResources().getAnimation(id); in loadInterpolator()
337 parser = res.getAnimation(id); in loadInterpolator()
DLayoutAnimationController.java214 public Animation getAnimation() { in getAnimation() method in LayoutAnimationController
/frameworks/support/core-ui/java/android/support/v4/widget/
DCircleImageView.java98 mListener.onAnimationStart(getAnimation()); in onAnimationStart()
106 mListener.onAnimationEnd(getAnimation()); in onAnimationEnd()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DResourcesWrapper.java181 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in ResourcesWrapper
182 return mResources.getAnimation(id); in getAnimation()
/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java157 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in MockResources
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
DAnimationUtilsCompat.java80 parser = context.getResources().getAnimation(id); in loadInterpolator()
DAnimatorInflaterCompat.java130 parser = resources.getAnimation(id); in loadAnimator()
/frameworks/base/core/java/android/widget/
DViewAnimator.java163 } else if (child.getAnimation() == mInAnimation) in showOnly()
/frameworks/base/core/java/android/view/
DViewGroup.java2873 || child.getAnimation() != null; in canViewReceivePointerEvents()
3955 mAnimationListener.onAnimationStart(controller.getAnimation()); in dispatchDraw()
3988 transientChild.getAnimation() != null) { in dispatchDraw()
3999 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) { in dispatchDraw()
4007 transientChild.getAnimation() != null) { in dispatchDraw()
4154 mAnimationListener.onAnimationEnd(mLayoutAnimationController.getAnimation()); in notifyAnimationListener()
4177 if (((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null)) { in dispatchGetDisplayList()
5219 if (view.getAnimation() != null || in removeViewInternal()
5339 if (view.getAnimation() != null || in removeViewsInternal()
5427 if (view.getAnimation() != null || in removeAllViewsInLayout()
[all …]
DView.java18783 final Animation a = getAnimation();
22302 public Animation getAnimation() {
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java125 parser = resources.getAnimation(id); in loadAnimator()
169 parser = resources.getAnimation(id); in loadStateListAnimator()
/frameworks/support/fragment/tests/java/android/support/v4/app/
DFragmentAnimationTest.java440 assertNull(fragmentView.getAnimation()); in clearAnimations()
/frameworks/base/core/java/android/content/res/
DResources.java1165 public XmlResourceParser getAnimation(@AnimRes int id) throws NotFoundException { in getAnimation() method in Resources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java472 static XmlResourceParser getAnimation(Resources resources, int id) throws NotFoundException { in getAnimation() method in Resources_Delegate
/frameworks/support/fragment/java/android/support/v4/app/
DFragmentManager.java2634 Animation animation = animatingAway.getAnimation(); in endAnimatingAwayFragments()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9203 …method public android.content.res.XmlResourceParser getAnimation(int) throws android.content.res.R…
33368 method public android.view.animation.Animation getAnimation();
35413 method public android.view.animation.Animation getAnimation();
/frameworks/base/api/
Dcurrent.txt11230 …method public android.content.res.XmlResourceParser getAnimation(int) throws android.content.res.R…
45198 method public android.view.animation.Animation getAnimation();
47511 method public android.view.animation.Animation getAnimation();
Dsystem-current.txt12010 …method public android.content.res.XmlResourceParser getAnimation(int) throws android.content.res.R…
48737 method public android.view.animation.Animation getAnimation();
51054 method public android.view.animation.Animation getAnimation();