/aosp14/frameworks/base/core/java/android/view/animation/ |
H A D | AnimationUtils.java | 139 parser = context.getResources().getAnimation(id); in loadAnimation() 216 parser = context.getResources().getAnimation(id); in loadLayoutAnimation() 333 parser = context.getResources().getAnimation(id); in loadInterpolator() 357 parser = res.getAnimation(id); in loadInterpolator()
|
H A D | LayoutAnimationController.java | 214 public Animation getAnimation() { in getAnimation() method in LayoutAnimationController
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InsetsAnimationControlRunner.java | 64 WindowInsetsAnimation getAnimation(); in getAnimation() method
|
H A D | InsetsAnimationThreadControlRunner.java | 186 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationThreadControlRunner 187 return mControl.getAnimation(); in getAnimation()
|
H A D | InsetsResizeAnimationRunner.java | 85 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsResizeAnimationRunner
|
H A D | ViewGroup.java | 4275 mAnimationListener.onAnimationStart(controller.getAnimation()); in dispatchDraw() 4308 transientChild.getAnimation() != null) { in dispatchDraw() 4319 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) { in dispatchDraw() 4327 transientChild.getAnimation() != null) { in dispatchDraw() 4491 mAnimationListener.onAnimationEnd(mLayoutAnimationController.getAnimation()); in notifyAnimationListener() 4515 if (((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null)) { in dispatchGetDisplayList() 4522 if (((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null)) { in dispatchGetDisplayList() 5599 if (view.getAnimation() != null || in removeViewInternal() 5723 if (view.getAnimation() != null || in removeViewsInternal() 5811 if (view.getAnimation() != null || in removeAllViewsInLayout() [all …]
|
H A D | InsetsController.java | 797 runningAnimations.add(runner.getAnimation()); in InsetsController() 801 finishedAnimations.add(runner.getAnimation()); in InsetsController() 1636 dispatchAnimationEnd(runningAnimation.runner.getAnimation()); in cancelAnimation()
|
H A D | InsetsAnimationControlImpl.java | 379 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationControlImpl
|
/aosp14/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 | 1228 task.mSurfaceAnimator.getAnimation()); in testFreezeInsetsStateWhenAppTransition() 1352 ANIMATION_TYPE_APP_TRANSITION, surfaceAnimator.getAnimation()); in testStartChangeTransitionWhenPreviousIsNotFinished()
|
/aosp14/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
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ViewAnimator.java | 174 } else if (child.getAnimation() == mInAnimation) in showOnly()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowAnimationSpec.java | 115 public Animation getAnimation() { in getAnimation() method in WindowAnimationSpec
|
H A D | Dimmer.java | 351 AnimationAdapter animationAdapter = container.mSurfaceAnimator.getAnimation(); in getDimDuration()
|
H A D | WallpaperController.java | 182 && animatingContainer.getAnimation() != null 183 && animatingContainer.getAnimation().getShowWallpaper();
|
H A D | SurfaceAnimator.java | 259 AnimationAdapter getAnimation() {
|
H A D | SurfaceAnimationRunner.java | 193 animationSpec.getRootTaskBounds(), animationSpec.getAnimation(), in startAnimation()
|
H A D | WindowContainer.java | 2987 doAnimationFinished(mSurfaceAnimator.getAnimationType(), mSurfaceAnimator.getAnimation()); in cancelAnimation() 3517 AnimationAdapter getAnimation() { in getAnimation() method in WindowContainer 3518 return mSurfaceAnimator.getAnimation(); in getAnimation()
|
H A D | AppTransition.java | 401 final AnimationAdapter topOpeningAnim = wc != null ? wc.getAnimation() : null; in goodToGo()
|
H A D | WindowState.java | 4737 final AnimationAdapter animationAdapter = mSurfaceAnimator.getAnimation(); in onExitAnimationDone()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | MenuAnimationControllerTest.java | 157 assertThat(mMenuView.getAnimation()).isNotNull(); in startTuckedAnimationPreview_hasAnimation()
|
/aosp14/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
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | AnimatorInflater.java | 126 parser = resources.getAnimation(id); in loadAnimator() 171 parser = resources.getAnimation(id); in loadStateListAnimator()
|
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | Resources.java | 1287 public XmlResourceParser getAnimation(@AnimatorRes @AnimRes int id) throws NotFoundException { in getAnimation() method in Resources
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ChooserActivity.java | 3107 Animation animation = rootView == null ? null : rootView.getAnimation();
|