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/
DQuickStatusBarHeader.java184 float intensity = getColorIntensity(colorForeground); in onFinishInflate()
497 float intensity = getColorIntensity(colorForeground); in setupHost()
517 public static float getColorIntensity(@ColorInt int color) { in getColorIntensity() method in QuickStatusBarHeader
DQSCarrier.java71 mColorForegroundIntensity = QuickStatusBarHeader.getColorIntensity(colorForeground); in onFinishInflate()