Searched refs:sShowInterpolator (Results 1 – 1 of 1) sorted by relevance
80 private static final Interpolator sShowInterpolator = new DecelerateInterpolator(); field in WindowDecorActionBar777 anim.setInterpolator(sShowInterpolator); in doShow()