Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DLightStatusBarTests.java177 float hueDiff = Math.abs(ColorUtils.hue(background) - ColorUtils.hue(c)); in evaluateLightStatusBarBitmap()
180 if (ColorUtils.brightness(c) > ColorUtils.brightness(background)) { in evaluateLightStatusBarBitmap()
DColorUtils.java22 public class ColorUtils { class