Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/view/animation/
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()
DLayoutAnimationController.java214 public Animation getAnimation() { in getAnimation() method in LayoutAnimationController
/frameworks/base/core/java/android/view/
DInsetsAnimationControlRunner.java43 WindowInsetsAnimation getAnimation(); in getAnimation() method
DInsetsAnimationThreadControlRunner.java137 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationThreadControlRunner
138 return mControl.getAnimation(); in getAnimation()
DInsetsController.java562 mTmpRunningAnims.add(control.getAnimation()); in InsetsController()
584 dispatchAnimationEnd(mTmpFinishedControls.get(i).getAnimation()); in InsetsController()
1148 dispatchAnimationEnd(runningAnimation.runner.getAnimation()); in cancelAnimation()
DViewGroup.java4232 mAnimationListener.onAnimationStart(controller.getAnimation()); in dispatchDraw()
4265 transientChild.getAnimation() != null) { in dispatchDraw()
4276 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) { in dispatchDraw()
4284 transientChild.getAnimation() != null) { in dispatchDraw()
4448 mAnimationListener.onAnimationEnd(mLayoutAnimationController.getAnimation()); in notifyAnimationListener()
4472 if (((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null)) { in dispatchGetDisplayList()
4479 if (((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null)) { in dispatchGetDisplayList()
5556 if (view.getAnimation() != null || in removeViewInternal()
5680 if (view.getAnimation() != null || in removeViewsInternal()
5768 if (view.getAnimation() != null || in removeAllViewsInLayout()
[all …]
DInsetsAnimationControlImpl.java282 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationControlImpl
DView.java14342 return (mViewFlags & VISIBILITY_MASK) == VISIBLE || getAnimation() != null;
22017 final Animation a = getAnimation(); in draw()
25772 public Animation getAnimation() { in getAnimation() method
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
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()
/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java157 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in MockResources
/frameworks/base/core/java/android/widget/
DViewAnimator.java173 } else if (child.getAnimation() == mInAnimation) in showOnly()
/frameworks/base/services/core/java/com/android/server/wm/
DDimmer.java360 AnimationAdapter animationAdapter = container.mSurfaceAnimator.getAnimation(); in getDimDuration()
DWallpaperController.java174 && animatingContainer.getAnimation() != null
175 && animatingContainer.getAnimation().getShowWallpaper();
DSurfaceAnimator.java216 AnimationAdapter getAnimation() {
DWindowContainer.java2117 doAnimationFinished(mSurfaceAnimator.getAnimationType(), mSurfaceAnimator.getAnimation()); in cancelAnimation()
2449 AnimationAdapter getAnimation() { in getAnimation() method in WindowContainer
2450 return mSurfaceAnimator.getAnimation(); in getAnimation()
DAppTransition.java440 final AnimationAdapter topOpeningAnim = wc != null ? wc.getAnimation() : null; in goodToGo()
DActivityRecord.java3207 getAnimation(), isAnimating(TRANSITION | PARENTS)); in onRemovedFromDisplay()
/frameworks/base/test-mock/api/
Dlint-baseline.txt76 MissingNullability: android.test.mock.MockResources#getAnimation(int):
77 Missing nullability on method `getAnimation` return
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java125 parser = resources.getAnimation(id); in loadAnimator()
169 parser = resources.getAnimation(id); in loadStateListAnimator()
/frameworks/base/core/java/android/content/res/
DResources.java1276 public XmlResourceParser getAnimation(@AnimatorRes @AnimRes int id) throws NotFoundException { in getAnimation() method in Resources
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java505 static XmlResourceParser getAnimation(Resources resources, int id) throws NotFoundException { in getAnimation() method in Resources_Delegate
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9203 …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/config/
Dboot-image-profile.txt6389 HSPLandroid/content/res/Resources;->getAnimation(I)Landroid/content/res/XmlResourceParser;
21562 HSPLandroid/view/InsetsAnimationControlImpl;->getAnimation()Landroid/view/WindowInsetsAnimation;
22575 HSPLandroid/view/View;->getAnimation()Landroid/view/animation/Animation;
/frameworks/base/api/
Dcurrent.txt12740 …method @NonNull public android.content.res.XmlResourceParser getAnimation(@AnimRes @AnimatorRes in…
53842 method public android.view.animation.Animation getAnimation();
56504 method public android.view.animation.Animation getAnimation();

12