Searched refs:showAnim (Results 1 – 1 of 1) sorted by relevance
293 val showAnim = ObjectAnimator.ofFloat(parent, "alpha", 0.0f, 1.0f) regex294 showAnim.setInterpolator(DecelerateInterpolator(1.0f))295 showAnim.setDuration(FADE_IN_MILLIS)296 showAnim.start()