/aosp12/frameworks/base/core/java/android/view/animation/ |
H A 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()
|
H A D | LayoutAnimationController.java | 214 public Animation getAnimation() { in getAnimation() method in LayoutAnimationController
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A 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()
|
H A D | WindowContainerTests.java | 1044 task.mSurfaceAnimator.getAnimation()); in testFreezeInsetsStateWhenAppTransition() 1168 ANIMATION_TYPE_APP_TRANSITION, surfaceAnimator.getAnimation()); in testStartChangeTransitionWhenPreviousIsNotFinished()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsAnimationThreadControlRunner.java | 179 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationThreadControlRunner 180 return mControl.getAnimation(); in getAnimation()
|
H A D | InsetsAnimationControlRunner.java | 63 WindowInsetsAnimation getAnimation(); in getAnimation() method
|
H A D | InsetsResizeAnimationRunner.java | 85 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsResizeAnimationRunner
|
H A 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 …]
|
H A D | InsetsController.java | 632 runningAnimations.add(runner.getAnimation()); in InsetsController() 636 finishedAnimations.add(runner.getAnimation()); in InsetsController() 1322 dispatchAnimationEnd(runningAnimation.runner.getAnimation()); in cancelAnimation()
|
H A D | InsetsAnimationControlImpl.java | 348 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationControlImpl
|
H A D | View.java | 14632 return (mViewFlags & VISIBILITY_MASK) == VISIBLE || getAnimation() != null; in canReceivePointerEvents() 22371 final Animation a = getAnimation(); in draw() 26140 public Animation getAnimation() { in getAnimation() method in View
|
/aosp12/frameworks/base/test-mock/src/android/test/mock/ |
H A D | MockResources.java | 157 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in MockResources
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ViewAnimator.java | 174 } else if (child.getAnimation() == mInAnimation) in showOnly()
|
/aosp12/frameworks/base/test-mock/api/ |
H A D | lint-baseline.txt | 76 MissingNullability: android.test.mock.MockResources#getAnimation(int): 77 Missing nullability on method `getAnimation` return
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Dimmer.java | 363 AnimationAdapter animationAdapter = container.mSurfaceAnimator.getAnimation(); in getDimDuration()
|
H A D | WallpaperController.java | 185 && animatingContainer.getAnimation() != null 186 && animatingContainer.getAnimation().getShowWallpaper();
|
H A D | SurfaceAnimator.java | 247 AnimationAdapter getAnimation() {
|
H A D | WindowContainer.java | 2598 doAnimationFinished(mSurfaceAnimator.getAnimationType(), mSurfaceAnimator.getAnimation()); in cancelAnimation() 3028 AnimationAdapter getAnimation() { in getAnimation() method in WindowContainer 3029 return mSurfaceAnimator.getAnimation(); in getAnimation()
|
H A D | AppTransition.java | 446 final AnimationAdapter topOpeningAnim = wc != null ? wc.getAnimation() : null; in goodToGo()
|
H A D | ActivityRecord.java | 3830 getAnimation(), in onRemovedFromDisplay()
|
/aosp12/frameworks/base/core/java/android/animation/ |
H A D | AnimatorInflater.java | 125 parser = resources.getAnimation(id); in loadAnimator() 169 parser = resources.getAnimation(id); in loadStateListAnimator()
|
/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | Resources.java | 1276 public XmlResourceParser getAnimation(@AnimatorRes @AnimRes int id) throws NotFoundException { in getAnimation() method in Resources
|
/aosp12/frameworks/layoutlib/bridge/src/android/content/res/ |
H A D | Resources_Delegate.java | 504 static XmlResourceParser getAnimation(Resources resources, int id) throws NotFoundException { in getAnimation() method in Resources_Delegate
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 13377 …method @NonNull public android.content.res.XmlResourceParser getAnimation(@AnimRes @AnimatorRes in… 48724 method public android.view.animation.Animation getAnimation(); 51433 method public android.view.animation.Animation getAnimation();
|