Searched refs:innerCircle (Results 1 – 1 of 1) sorted by relevance
524 private int getHourForDegrees(int degrees, boolean innerCircle) { in getHourForDegrees() argument529 if (!innerCircle && hour == 0) { in getHourForDegrees()532 } else if (innerCircle && hour != 0) { in getHourForDegrees()1318 final boolean innerCircle = getInnerCircleForHour(value); in getBoundsForVirtualView()1319 if (innerCircle) { in getBoundsForVirtualView()