Searched refs:scrimColor (Results 1 – 4 of 4) sorted by relevance
98 int scrimColor = getScrimColor(context); in AbstractSlideInView() local99 mColorScrim = scrimColor != -1 ? createColorScrim(context, scrimColor) : null; in AbstractSlideInView()
88 int scrimColor = t.getColor(R.styleable.MagnifierView_scrimColor, Color.TRANSPARENT); in MagnifierView() local89 mShadePaint.setColor(ColorUtils.setAlphaComponent(scrimColor, alpha)); in MagnifierView()
100 int scrimColor = t.getColor(R.styleable.CropView_scrimColor, Color.TRANSPARENT); in CropView() local101 mShadePaint.setColor(ColorUtils.setAlphaComponent(scrimColor, alpha)); in CropView()
537 int scrimColor = useTaskbarColor in getLauncherContentAnimator() local540 int scrimColorTrans = ColorUtils.setAlphaComponent(scrimColor, 0); in getLauncherContentAnimator()542 ? new int[]{scrimColorTrans, scrimColor} in getLauncherContentAnimator()543 : new int[]{scrimColor, scrimColorTrans}; in getLauncherContentAnimator()