Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/view/animation/
DAnimationUtils.java221 parser = context.getResources().getAnimation(id); in loadAnimation()
298 parser = context.getResources().getAnimation(id); in loadLayoutAnimation()
415 parser = context.getResources().getAnimation(id); in loadInterpolator()
439 parser = res.getAnimation(id); in loadInterpolator()
DLayoutAnimationController.java214 public Animation getAnimation() { in getAnimation() method in LayoutAnimationController
/frameworks/base/core/java/android/view/
DInsetsAnimationControlRunner.java65 WindowInsetsAnimation getAnimation(); in getAnimation() method
DInsetsAnimationThreadControlRunner.java181 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationThreadControlRunner
182 return mControl.getAnimation(); in getAnimation()
DInsetsResizeAnimationRunner.java87 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsResizeAnimationRunner
DViewGroup.java4253 mAnimationListener.onAnimationStart(controller.getAnimation()); in dispatchDraw()
4286 transientChild.getAnimation() != null) { in dispatchDraw()
4297 if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null) { in dispatchDraw()
4305 transientChild.getAnimation() != null) { in dispatchDraw()
4469 mAnimationListener.onAnimationEnd(mLayoutAnimationController.getAnimation()); in notifyAnimationListener()
4493 if (((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null)) { in dispatchGetDisplayList()
4500 if (((child.mViewFlags & VISIBILITY_MASK) == VISIBLE || child.getAnimation() != null)) { in dispatchGetDisplayList()
5577 if (view.getAnimation() != null || in removeViewInternal()
5701 if (view.getAnimation() != null || in removeViewsInternal()
5789 if (view.getAnimation() != null || in removeAllViewsInLayout()
[all …]
DInsetsController.java803 runningAnimations.add(runner.getAnimation()); in InsetsController()
807 finishedAnimations.add(runner.getAnimation()); in InsetsController()
1779 dispatchAnimationEnd(runningAnimation.runner.getAnimation()); in cancelAnimation()
DInsetsAnimationControlImpl.java375 public WindowInsetsAnimation getAnimation() { in getAnimation() method in InsetsAnimationControlImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
DMenuAnimationControllerTest.java162 assertThat(mMenuView.getAnimation()).isNotNull(); in startTuckedAnimationPreview_hasAnimation()
234 assertThat(mMenuAnimationController.getAnimation( in tuck_animates()
242 assertThat(mMenuAnimationController.getAnimation( in untuck_animates()
/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.java1229 task.mSurfaceAnimator.getAnimation()); in testFreezeInsetsStateWhenAppTransition()
1353 ANIMATION_TYPE_APP_TRANSITION, surfaceAnimator.getAnimation()); in testStartChangeTransitionWhenPreviousIsNotFinished()
/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java157 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation() method in MockResources
/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimationSpec.java115 public Animation getAnimation() { in getAnimation() method in WindowAnimationSpec
DLegacyDimmer.java285 AnimationAdapter animationAdapter = container.mSurfaceAnimator.getAnimation(); in getDimDuration()
DDimmerAnimationHelper.java237 AnimationAdapter animationAdapter = container.mSurfaceAnimator.getAnimation(); in getDimDuration()
DSurfaceAnimator.java260 AnimationAdapter getAnimation() {
DSurfaceAnimationRunner.java205 animationSpec.getRootTaskBounds(), animationSpec.getAnimation(), in startAnimation()
DWallpaperController.java179 && animatingContainer.getAnimation() != null
180 && animatingContainer.getAnimation().getShowWallpaper();
DWindowContainer.java2980 doAnimationFinished(mSurfaceAnimator.getAnimationType(), mSurfaceAnimator.getAnimation()); in cancelAnimation()
3498 AnimationAdapter getAnimation() { in getAnimation() method in WindowContainer
3499 return mSurfaceAnimator.getAnimation(); in getAnimation()
/frameworks/base/core/java/android/widget/
DViewAnimator.java174 } else if (child.getAnimation() == mInAnimation) in showOnly()
/frameworks/base/test-mock/api/
Dlint-baseline.txt76 MissingNullability: android.test.mock.MockResources#getAnimation(int):
77 Missing nullability on method `getAnimation` return
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuAnimationController.java389 DynamicAnimation getAnimation(DynamicAnimation.ViewProperty property) { in getAnimation() method in MenuAnimationController
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java126 parser = resources.getAnimation(id); in loadAnimator()
171 parser = resources.getAnimation(id); in loadStateListAnimator()
/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/core/java/android/content/res/
DResources.java1298 public XmlResourceParser getAnimation(@AnimatorRes @AnimRes int id) throws NotFoundException { in getAnimation() method in Resources

12