Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/carrier/
DQSCarrier.java77 mColorForegroundIntensity = QuickStatusBarHeader.getColorIntensity(colorForeground); in onFinishInflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQuickStatusBarHeader.java208 float intensity = getColorIntensity(colorForeground); in onFinishInflate()
578 float intensity = getColorIntensity(colorForeground); in setupHost()
598 public static float getColorIntensity(@ColorInt int color) { in getColorIntensity() method in QuickStatusBarHeader