Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DColor.java266 final int ihf = (int) hf; in HSBtoColor() local
267 final float f = hf - ihf; in HSBtoColor()
272 switch (ihf) { in HSBtoColor()