Searched refs:tintAmount (Results 1 – 1 of 1) sorted by relevance
248 float tintAmount = Color.alpha(mTintColor) / 255f; in updateColorWithTint() local252 mainTinted = ColorUtils.blendARGB(mColors.getMainColor(), mTintColor, tintAmount); in updateColorWithTint()