/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/ |
D | BaseCardViewTest.java | 51 ((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/ |
D | AnimationUtils.java | 107 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()
|
D | LayoutAnimationController.java | 214 public Animation getAnimation() { in getAnimation() method in LayoutAnimationController
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | CircleImageView.java | 98 mListener.onAnimationStart(getAnimation()); in onAnimationStart() 106 mListener.onAnimationEnd(getAnimation()); in onAnimationEnd()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ResourcesWrapper.java | 181 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/ |
D | MockResources.java | 157 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in MockResources
|
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/ |
D | AnimationUtilsCompat.java | 80 parser = context.getResources().getAnimation(id); in loadInterpolator()
|
D | AnimatorInflaterCompat.java | 130 parser = resources.getAnimation(id); in loadAnimator()
|
/frameworks/base/core/java/android/widget/ |
D | ViewAnimator.java | 163 } else if (child.getAnimation() == mInAnimation) in showOnly()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 2873 || 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 …]
|
D | View.java | 18783 final Animation a = getAnimation(); 22302 public Animation getAnimation() {
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorInflater.java | 125 parser = resources.getAnimation(id); in loadAnimator() 169 parser = resources.getAnimation(id); in loadStateListAnimator()
|
/frameworks/support/fragment/tests/java/android/support/v4/app/ |
D | FragmentAnimationTest.java | 440 assertNull(fragmentView.getAnimation()); in clearAnimations()
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 1165 public XmlResourceParser getAnimation(@AnimRes int id) throws NotFoundException { in getAnimation() method in Resources
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
D | Resources_Delegate.java | 472 static XmlResourceParser getAnimation(Resources resources, int id) throws NotFoundException { in getAnimation() method in Resources_Delegate
|
/frameworks/support/fragment/java/android/support/v4/app/ |
D | FragmentManager.java | 2634 Animation animation = animatingAway.getAnimation(); in endAnimatingAwayFragments()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 9203 …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/ |
D | current.txt | 11230 …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();
|
D | system-current.txt | 12010 …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();
|