Searched refs:scrimColorTrans (Results 1 – 1 of 1) sorted by relevance
594 int scrimColorTrans = ColorUtils.setAlphaComponent(scrimColor, 0); in getLauncherContentAnimator() local596 ? new int[]{scrimColorTrans, scrimColor} in getLauncherContentAnimator()597 : new int[]{scrimColor, scrimColorTrans}; in getLauncherContentAnimator()