Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperColors.java386 final int hue = wrapDegrees(Math.round(colorToCam.get(color).getHue())); in colorToHueProportion()
389 proportion += hueProportions[wrapDegrees(i)]; in colorToHueProportion()
396 private static int wrapDegrees(int degrees) { in wrapDegrees() method in WallpaperColors
419 final int hue = wrapDegrees(Math.round(cam.getHue())); in hueProportions()
/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DColorScheme.java247 proportion += hueProportions.get(wrapDegrees(i)); in getSeedColors()
320 private static int wrapDegrees(int degrees) { in wrapDegrees() method in ColorScheme