Home
last modified time | relevance | path

Searched refs:getAnimation (Results 1 – 25 of 27) 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.java63 WindowInsetsAnimation getAnimation(); in getAnimation() method
DInsetsAnimationThreadControlRunner.java179 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationThreadControlRunner
180 return mControl.getAnimation(); in getAnimation()
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 …]
DInsetsController.java622 runningAnimations.add(control.getAnimation()); in InsetsController()
645 dispatchAnimationEnd(mTmpFinishedControls.get(i).getAnimation()); in InsetsController()
1277 dispatchAnimationEnd(runningAnimation.runner.getAnimation()); in cancelAnimation()
DInsetsAnimationControlImpl.java343 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationControlImpl
DView.java14573 return (mViewFlags & VISIBILITY_MASK) == VISIBLE || getAnimation() != null; in canReceivePointerEvents()
22311 final Animation a = getAnimation(); in draw()
26080 public Animation getAnimation() { in getAnimation() method in View
/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()
DWindowContainerTests.java1042 task.mSurfaceAnimator.getAnimation()); in testFreezeInsetsStateWhenAppTransition()
/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.java174 } else if (child.getAnimation() == mInAnimation) in showOnly()
/frameworks/base/services/core/java/com/android/server/wm/
DDimmer.java363 AnimationAdapter animationAdapter = container.mSurfaceAnimator.getAnimation(); in getDimDuration()
DWallpaperController.java178 && animatingContainer.getAnimation() != null
179 && animatingContainer.getAnimation().getShowWallpaper();
DSurfaceAnimator.java216 AnimationAdapter getAnimation() {
DWindowContainer.java2522 doAnimationFinished(mSurfaceAnimator.getAnimationType(), mSurfaceAnimator.getAnimation()); in cancelAnimation()
2875 AnimationAdapter getAnimation() { in getAnimation() method in WindowContainer
2876 return mSurfaceAnimator.getAnimation(); in getAnimation()
DAppTransition.java440 final AnimationAdapter topOpeningAnim = wc != null ? wc.getAnimation() : null; in goodToGo()
DActivityRecord.java3606 getAnimation(), 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/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java504 static XmlResourceParser getAnimation(Resources resources, int id) throws NotFoundException { in getAnimation() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DResources.java1276 public XmlResourceParser getAnimation(@AnimatorRes @AnimRes int id) throws NotFoundException { in getAnimation() method in Resources
/frameworks/base/core/api/
Dcurrent.txt13370 …method @NonNull public android.content.res.XmlResourceParser getAnimation(@AnimRes @AnimatorRes in…
48633 method public android.view.animation.Animation getAnimation();
51335 method public android.view.animation.Animation getAnimation();
/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/boot/
Dboot-image-profile.txt5494 HSPLandroid/content/res/Resources;->getAnimation(I)Landroid/content/res/XmlResourceParser;+]Landroi…
17615 HSPLandroid/view/View;->getAnimation()Landroid/view/animation/Animation;

12