Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java1741 @BoundsAnimationController.AnimationType int intendedAnimationType = in animateResizePinnedStack() local
1743 if (intendedAnimationType == FADE_IN) { in animateResizePinnedStack()
1749 intendedAnimationType = BoundsAnimationController.BOUNDS; in animateResizePinnedStack()
1753 final @BoundsAnimationController.AnimationType int animationType = intendedAnimationType; in animateResizePinnedStack()