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