Searched refs:tintAmount (Results 1 – 3 of 3) sorted by relevance
213 float tintAmount = Color.alpha(mTintColor) / 255f; in updateColorWithTint() local215 tintAmount); in updateColorWithTint()
842 public static ColorFilter makeColorTintingColorFilter(int color, float tintAmount) {843 if (tintAmount == 0f) {848 ColorUtils.blendARGB(Color.WHITE, 0, tintAmount),849 ColorUtils.blendARGB(0, color, tintAmount));
4870 private void setColorTint(float tintAmount) {4871 mColorTint = tintAmount;4879 if (tintAmount == 0f) {4884 ColorUtils.setAlphaComponent(mTintingColor, (int) (255 * tintAmount)));