/frameworks/base/core/java/android/view/animation/ |
D | AnimationUtils.java | 138 parser = context.getResources().getAnimation(id); in loadAnimation() 219 parser = context.getResources().getAnimation(id); in loadLayoutAnimation() 341 parser = context.getResources().getAnimation(id); in loadInterpolator() 371 parser = res.getAnimation(id); in loadInterpolator()
|
D | LayoutAnimationController.java | 214 public Animation getAnimation() { in getAnimation() method in LayoutAnimationController
|
/frameworks/base/core/java/android/view/ |
D | InsetsAnimationControlRunner.java | 43 WindowInsetsAnimation getAnimation(); in getAnimation() method
|
D | InsetsAnimationThreadControlRunner.java | 137 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationThreadControlRunner 138 return mControl.getAnimation(); in getAnimation()
|
D | InsetsController.java | 562 mTmpRunningAnims.add(control.getAnimation()); in InsetsController() 584 dispatchAnimationEnd(mTmpFinishedControls.get(i).getAnimation()); in InsetsController() 1148 dispatchAnimationEnd(runningAnimation.runner.getAnimation()); in cancelAnimation()
|
D | ViewGroup.java | 4232 mAnimationListener.onAnimationStart(controller.getAnimation()); in dispatchDraw() 4265 transientChild.getAnimation() != null) { in dispatchDraw() 4276 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) { in dispatchDraw() 4284 transientChild.getAnimation() != null) { in dispatchDraw() 4448 mAnimationListener.onAnimationEnd(mLayoutAnimationController.getAnimation()); in notifyAnimationListener() 4472 if (((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null)) { in dispatchGetDisplayList() 4479 if (((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null)) { in dispatchGetDisplayList() 5556 if (view.getAnimation() != null || in removeViewInternal() 5680 if (view.getAnimation() != null || in removeViewsInternal() 5768 if (view.getAnimation() != null || in removeAllViewsInLayout() [all …]
|
D | InsetsAnimationControlImpl.java | 282 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationControlImpl
|
D | View.java | 14342 return (mViewFlags & VISIBILITY_MASK) == VISIBLE || getAnimation() != null; 22017 final Animation a = getAnimation(); in draw() 25772 public Animation getAnimation() { in getAnimation() method
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SurfaceAnimatorTest.java | 164 assertNotNull(animator.getAnimation()); in testCancelWithNullFinishCallbackAnimation() 167 assertNull(animator.getAnimation()); in testCancelWithNullFinishCallbackAnimation() 307 assertNotNull(animatable.mSurfaceAnimator.getAnimation()); in assertAnimating() 312 assertNull(animatable.mSurfaceAnimator.getAnimation()); in assertNotAnimating()
|
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockResources.java | 157 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in MockResources
|
/frameworks/base/core/java/android/widget/ |
D | ViewAnimator.java | 173 } else if (child.getAnimation() == mInAnimation) in showOnly()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Dimmer.java | 360 AnimationAdapter animationAdapter = container.mSurfaceAnimator.getAnimation(); in getDimDuration()
|
D | WallpaperController.java | 174 && animatingContainer.getAnimation() != null 175 && animatingContainer.getAnimation().getShowWallpaper();
|
D | SurfaceAnimator.java | 216 AnimationAdapter getAnimation() {
|
D | WindowContainer.java | 2117 doAnimationFinished(mSurfaceAnimator.getAnimationType(), mSurfaceAnimator.getAnimation()); in cancelAnimation() 2449 AnimationAdapter getAnimation() { in getAnimation() method in WindowContainer 2450 return mSurfaceAnimator.getAnimation(); in getAnimation()
|
D | AppTransition.java | 440 final AnimationAdapter topOpeningAnim = wc != null ? wc.getAnimation() : null; in goodToGo()
|
D | ActivityRecord.java | 3207 getAnimation(), isAnimating(TRANSITION | PARENTS)); in onRemovedFromDisplay()
|
/frameworks/base/test-mock/api/ |
D | lint-baseline.txt | 76 MissingNullability: android.test.mock.MockResources#getAnimation(int): 77 Missing nullability on method `getAnimation` return
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorInflater.java | 125 parser = resources.getAnimation(id); in loadAnimator() 169 parser = resources.getAnimation(id); in loadStateListAnimator()
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 1276 public XmlResourceParser getAnimation(@AnimatorRes @AnimRes int id) throws NotFoundException { in getAnimation() method in Resources
|
/frameworks/layoutlib/bridge/src/android/content/res/ |
D | Resources_Delegate.java | 505 static XmlResourceParser getAnimation(Resources resources, int id) throws NotFoundException { in getAnimation() method in Resources_Delegate
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/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/config/ |
D | boot-image-profile.txt | 6389 HSPLandroid/content/res/Resources;->getAnimation(I)Landroid/content/res/XmlResourceParser; 21562 HSPLandroid/view/InsetsAnimationControlImpl;->getAnimation()Landroid/view/WindowInsetsAnimation; 22575 HSPLandroid/view/View;->getAnimation()Landroid/view/animation/Animation;
|
/frameworks/base/api/ |
D | current.txt | 12740 …method @NonNull public android.content.res.XmlResourceParser getAnimation(@AnimRes @AnimatorRes in… 53842 method public android.view.animation.Animation getAnimation(); 56504 method public android.view.animation.Animation getAnimation();
|