Searched refs:innerCircle (Results 1 – 1 of 1) sorted by relevance
531 private int getHourForDegrees(int degrees, boolean innerCircle) { in getHourForDegrees() argument536 if (!innerCircle && hour == 0) { in getHourForDegrees()539 } else if (innerCircle && hour != 0) { in getHourForDegrees()1331 final boolean innerCircle = getInnerCircleForHour(value); in getBoundsForVirtualView()1332 if (innerCircle) { in getBoundsForVirtualView()