Searched refs:brightnessI (Results 1 – 2 of 2) sorted by relevance
52 int brightnessI = (int) (255 * brightnessF); in DisableImageView() local59 mat[4] = brightnessI; in DisableImageView()60 mat[9] = brightnessI; in DisableImageView()61 mat[14] = brightnessI; in DisableImageView()
361 int brightnessI = (int) (255 * DISABLED_BRIGHTNESS); in getDisabledColorFilter() local366 mat[4] = brightnessI; in getDisabledColorFilter()367 mat[9] = brightnessI; in getDisabledColorFilter()368 mat[14] = brightnessI; in getDisabledColorFilter()377 int brightnessI = (int) (255 * DISABLED_BRIGHTNESS); in getDisabledColor() local378 component = Math.min(Math.round(scale * component + brightnessI), FULLY_OPAQUE); in getDisabledColor()