Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperColors.java352 final int hue = wrapDegrees(Math.round(colorToCam.get(color).getHue())); in colorToHueProportion()
355 proportion += hueProportions[wrapDegrees(i)]; in colorToHueProportion()
362 private static int wrapDegrees(int degrees) { in wrapDegrees() method in WallpaperColors
385 final int hue = wrapDegrees(Math.round(cam.getHue())); in hueProportions()