Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java138 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 DLayoutAnimationController.java214 public Animation getAnimation() { in getAnimation() method in LayoutAnimationController
/aosp12/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.java1044 task.mSurfaceAnimator.getAnimation()); in testFreezeInsetsStateWhenAppTransition()
1168 ANIMATION_TYPE_APP_TRANSITION, surfaceAnimator.getAnimation()); in testStartChangeTransitionWhenPreviousIsNotFinished()
/aosp12/frameworks/base/core/java/android/view/
H A DInsetsAnimationThreadControlRunner.java179 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationThreadControlRunner
180 return mControl.getAnimation(); in getAnimation()
H A DInsetsAnimationControlRunner.java63 WindowInsetsAnimation getAnimation(); in getAnimation() method
H A DInsetsResizeAnimationRunner.java85 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsResizeAnimationRunner
H A DViewGroup.java4244 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 DInsetsController.java632 runningAnimations.add(runner.getAnimation()); in InsetsController()
636 finishedAnimations.add(runner.getAnimation()); in InsetsController()
1322 dispatchAnimationEnd(runningAnimation.runner.getAnimation()); in cancelAnimation()
H A DInsetsAnimationControlImpl.java348 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationControlImpl
H A DView.java14632 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 DMockResources.java157 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in MockResources
/aosp12/frameworks/base/core/java/android/widget/
H A DViewAnimator.java174 } else if (child.getAnimation() == mInAnimation) in showOnly()
/aosp12/frameworks/base/test-mock/api/
H A Dlint-baseline.txt76 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 DDimmer.java363 AnimationAdapter animationAdapter = container.mSurfaceAnimator.getAnimation(); in getDimDuration()
H A DWallpaperController.java185 && animatingContainer.getAnimation() != null
186 && animatingContainer.getAnimation().getShowWallpaper();
H A DSurfaceAnimator.java247 AnimationAdapter getAnimation() {
H A DWindowContainer.java2598 doAnimationFinished(mSurfaceAnimator.getAnimationType(), mSurfaceAnimator.getAnimation()); in cancelAnimation()
3028 AnimationAdapter getAnimation() { in getAnimation() method in WindowContainer
3029 return mSurfaceAnimator.getAnimation(); in getAnimation()
H A DAppTransition.java446 final AnimationAdapter topOpeningAnim = wc != null ? wc.getAnimation() : null; in goodToGo()
H A DActivityRecord.java3830 getAnimation(), in onRemovedFromDisplay()
/aosp12/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java125 parser = resources.getAnimation(id); in loadAnimator()
169 parser = resources.getAnimation(id); in loadStateListAnimator()
/aosp12/frameworks/base/core/java/android/content/res/
H A DResources.java1276 public XmlResourceParser getAnimation(@AnimatorRes @AnimRes int id) throws NotFoundException { in getAnimation() method in Resources
/aosp12/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java504 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt13377 …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();

12