Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicator.java323 private enum AlphaAnimType { enum in DesktopModeVisualIndicator.VisualIndicatorAnimator
349 setupIndicatorAnimation(animator, AlphaAnimType.ALPHA_FADE_IN_ANIM); in fadeBoundsIn()
362 setupIndicatorAnimation(animator, AlphaAnimType.ALPHA_FADE_OUT_ANIM); in fadeBoundsOut()
383 setupIndicatorAnimation(animator, AlphaAnimType.ALPHA_NO_CHANGE_ANIM); in animateIndicatorType()
418 AlphaAnimType animType) { in setupIndicatorAnimation()
422 if (animType == AlphaAnimType.ALPHA_FADE_IN_ANIM) { in setupIndicatorAnimation()
424 } else if (animType == AlphaAnimType.ALPHA_FADE_OUT_ANIM) { in setupIndicatorAnimation()