Home
last modified time | relevance | path

Searched refs:getAnimation (Results 1 – 25 of 31) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java139 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 DLayoutAnimationController.java214 public Animation getAnimation() { in getAnimation() method in LayoutAnimationController
/aosp14/frameworks/base/core/java/android/view/
H A DInsetsAnimationControlRunner.java64 WindowInsetsAnimation getAnimation(); in getAnimation() method
H A DInsetsAnimationThreadControlRunner.java186 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationThreadControlRunner
187 return mControl.getAnimation(); in getAnimation()
H A DInsetsResizeAnimationRunner.java85 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsResizeAnimationRunner
H A DViewGroup.java4275 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 DInsetsController.java797 runningAnimations.add(runner.getAnimation()); in InsetsController()
801 finishedAnimations.add(runner.getAnimation()); in InsetsController()
1636 dispatchAnimationEnd(runningAnimation.runner.getAnimation()); in cancelAnimation()
H A DInsetsAnimationControlImpl.java379 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationControlImpl
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceAnimatorTest.java164 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 DWindowContainerTests.java1228 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 DMockResources.java157 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in MockResources
/aosp14/frameworks/base/core/java/android/widget/
H A DViewAnimator.java174 } else if (child.getAnimation() == mInAnimation) in showOnly()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowAnimationSpec.java115 public Animation getAnimation() { in getAnimation() method in WindowAnimationSpec
H A DDimmer.java351 AnimationAdapter animationAdapter = container.mSurfaceAnimator.getAnimation(); in getDimDuration()
H A DWallpaperController.java182 && animatingContainer.getAnimation() != null
183 && animatingContainer.getAnimation().getShowWallpaper();
H A DSurfaceAnimator.java259 AnimationAdapter getAnimation() {
H A DSurfaceAnimationRunner.java193 animationSpec.getRootTaskBounds(), animationSpec.getAnimation(), in startAnimation()
H A DWindowContainer.java2987 doAnimationFinished(mSurfaceAnimator.getAnimationType(), mSurfaceAnimator.getAnimation()); in cancelAnimation()
3517 AnimationAdapter getAnimation() { in getAnimation() method in WindowContainer
3518 return mSurfaceAnimator.getAnimation(); in getAnimation()
H A DAppTransition.java401 final AnimationAdapter topOpeningAnim = wc != null ? wc.getAnimation() : null; in goodToGo()
H A DWindowState.java4737 final AnimationAdapter animationAdapter = mSurfaceAnimator.getAnimation(); in onExitAnimationDone()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuAnimationControllerTest.java157 assertThat(mMenuView.getAnimation()).isNotNull(); in startTuckedAnimationPreview_hasAnimation()
/aosp14/frameworks/base/test-mock/api/
H A Dlint-baseline.txt76 MissingNullability: android.test.mock.MockResources#getAnimation(int):
77 Missing nullability on method `getAnimation` return
/aosp14/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java126 parser = resources.getAnimation(id); in loadAnimator()
171 parser = resources.getAnimation(id); in loadStateListAnimator()
/aosp14/frameworks/base/core/java/android/content/res/
H A DResources.java1287 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 DChooserActivity.java3107 Animation animation = rootView == null ? null : rootView.getAnimation();

12