Searched refs:mColorMultiplier (Results 1 – 1 of 1) sorted by relevance
69 private float mColorMultiplier = 1f; field in PreviewBackground230 int alpha = (int) Math.min(MAX_BG_OPACITY, BG_OPACITY * mColorMultiplier); in getBgColor()392 final float bgMultiplier0 = mColorMultiplier; in animateScale()406 mColorMultiplier = prog * bgMultiplier1 + (1 - prog) * bgMultiplier0; in animateScale()447 return (int) Math.min(MAX_BG_OPACITY, BG_OPACITY * mColorMultiplier); in getBackgroundAlpha()