Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DColorUtils.java34 public static float hue(int argb) { in hue() method in ColorUtils
DLightStatusBarTests.java177 float hueDiff = Math.abs(ColorUtils.hue(background) - ColorUtils.hue(c)); in evaluateLightStatusBarBitmap()