Home
last modified time | relevance | path

Searched refs:AnimationType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DBoundsAnimationController.java79 @IntDef({BOUNDS, FADE_IN}) public @interface AnimationType {} annotation in BoundsAnimationController
125 private @AnimationType int mAnimationType;
151 private final @AnimationType int mAnimationType;
188 BoundsAnimator(BoundsAnimationTarget target, @AnimationType int animationType, Rect from, in BoundsAnimator()
433 @AnimationType int animationType) { in animateBounds()
454 @AnimationType int animationType) { in animateBoundsImpl()
537 public void setAnimationType(@AnimationType int animationType) { in setAnimationType()
542 public @AnimationType int getAnimationType() { in getAnimationType()
543 @AnimationType int animationType = mAnimationType; in getAnimationType()
DBoundsAnimationTarget.java36 @BoundsAnimationController.AnimationType int animationType); in onAnimationStart()
DTaskStack.java148 private @BoundsAnimationController.AnimationType int mAnimationType;
1586 @BoundsAnimationController.AnimationType int animationType) { in onAnimationStart()
1741 @BoundsAnimationController.AnimationType int intendedAnimationType = in animateResizePinnedStack()
1753 final @BoundsAnimationController.AnimationType int animationType = intendedAnimationType; in animateResizePinnedStack()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBoundsAnimationControllerTests.java137 @BoundsAnimationController.AnimationType int mAnimationType;
155 boolean forceUpdate, @BoundsAnimationController.AnimationType int animationType) { in onAnimationStart()
215 private @BoundsAnimationController.AnimationType int mAnimationType;
225 @BoundsAnimationController.AnimationType int animationType) { in start()
290 @BoundsAnimationController.AnimationType int animationType) { in startImpl()