Home
last modified time | relevance | path

Searched refs:DISABLED_BRIGHTNESS (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java59 private static final float DISABLED_BRIGHTNESS = 0.5f; field in FastBitmapDrawable
360 float scale = 1 - DISABLED_BRIGHTNESS; in getDisabledColorFilter()
361 int brightnessI = (int) (255 * DISABLED_BRIGHTNESS); in getDisabledColorFilter()
376 float scale = 1 - DISABLED_BRIGHTNESS; in getDisabledColor()
377 int brightnessI = (int) (255 * DISABLED_BRIGHTNESS); in getDisabledColor()