/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 | 63 WindowInsetsAnimation getAnimation(); in getAnimation() method
|
D | InsetsAnimationThreadControlRunner.java | 179 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationThreadControlRunner 180 return mControl.getAnimation(); in getAnimation()
|
D | ViewGroup.java | 4244 mAnimationListener.onAnimationStart(controller.getAnimation()); in dispatchDraw() 4277 transientChild.getAnimation() != null) { in dispatchDraw() 4288 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) { in dispatchDraw() 4296 transientChild.getAnimation() != null) { in dispatchDraw() 4460 mAnimationListener.onAnimationEnd(mLayoutAnimationController.getAnimation()); in notifyAnimationListener() 4484 if (((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null)) { in dispatchGetDisplayList() 4491 if (((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null)) { in dispatchGetDisplayList() 5568 if (view.getAnimation() != null || in removeViewInternal() 5692 if (view.getAnimation() != null || in removeViewsInternal() 5780 if (view.getAnimation() != null || in removeAllViewsInLayout() [all …]
|
D | InsetsController.java | 622 runningAnimations.add(control.getAnimation()); in InsetsController() 645 dispatchAnimationEnd(mTmpFinishedControls.get(i).getAnimation()); in InsetsController() 1277 dispatchAnimationEnd(runningAnimation.runner.getAnimation()); in cancelAnimation()
|
D | InsetsAnimationControlImpl.java | 343 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationControlImpl
|
D | View.java | 14573 return (mViewFlags & VISIBILITY_MASK) == VISIBLE || getAnimation() != null; in canReceivePointerEvents() 22311 final Animation a = getAnimation(); in draw() 26080 public Animation getAnimation() { in getAnimation() method in View
|
/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()
|
D | WindowContainerTests.java | 1042 task.mSurfaceAnimator.getAnimation()); in testFreezeInsetsStateWhenAppTransition()
|
/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 | 174 } else if (child.getAnimation() == mInAnimation) in showOnly()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Dimmer.java | 363 AnimationAdapter animationAdapter = container.mSurfaceAnimator.getAnimation(); in getDimDuration()
|
D | WallpaperController.java | 178 && animatingContainer.getAnimation() != null 179 && animatingContainer.getAnimation().getShowWallpaper();
|
D | SurfaceAnimator.java | 216 AnimationAdapter getAnimation() {
|
D | WindowContainer.java | 2522 doAnimationFinished(mSurfaceAnimator.getAnimationType(), mSurfaceAnimator.getAnimation()); in cancelAnimation() 2875 AnimationAdapter getAnimation() { in getAnimation() method in WindowContainer 2876 return mSurfaceAnimator.getAnimation(); in getAnimation()
|
D | AppTransition.java | 440 final AnimationAdapter topOpeningAnim = wc != null ? wc.getAnimation() : null; in goodToGo()
|
D | ActivityRecord.java | 3606 getAnimation(), 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/layoutlib/bridge/src/android/content/res/ |
D | Resources_Delegate.java | 504 static XmlResourceParser getAnimation(Resources resources, int id) throws NotFoundException { in getAnimation() method in Resources_Delegate
|
/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/base/core/api/ |
D | current.txt | 13370 …method @NonNull public android.content.res.XmlResourceParser getAnimation(@AnimRes @AnimatorRes in… 48633 method public android.view.animation.Animation getAnimation(); 51335 method public android.view.animation.Animation getAnimation();
|
/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/boot/ |
D | boot-image-profile.txt | 5494 HSPLandroid/content/res/Resources;->getAnimation(I)Landroid/content/res/XmlResourceParser;+]Landroi… 17615 HSPLandroid/view/View;->getAnimation()Landroid/view/animation/Animation;
|