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