Searched refs:AlphaAnimType (Results 1 – 1 of 1) sorted by relevance
323 private enum AlphaAnimType { enum in DesktopModeVisualIndicator.VisualIndicatorAnimator349 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()