Searched refs:innerCircle (Results 1 – 1 of 1) sorted by relevance
526 private int getHourForDegrees(int degrees, boolean innerCircle) { in getHourForDegrees() argument531 if (!innerCircle && hour == 0) { in getHourForDegrees()534 } else if (innerCircle && hour != 0) { in getHourForDegrees()1320 final boolean innerCircle = getInnerCircleForHour(value); in getBoundsForVirtualView()1321 if (innerCircle) { in getBoundsForVirtualView()