Searched refs:DISABLED_BRIGHTNESS (Results 1 – 1 of 1) sorted by relevance
45 private static final float DISABLED_BRIGHTNESS = 0.5f; field in FastBitmapDrawable279 float scale = 1 - DISABLED_BRIGHTNESS; in getDisabledFColorFilter()280 int brightnessI = (int) (255 * DISABLED_BRIGHTNESS); in getDisabledFColorFilter()