Searched refs:MINUTES_IN_CIRCLE (Results 1 – 2 of 2) sorted by relevance
87 private static final int MINUTES_IN_CIRCLE = 60; field in RadialTimePickerView89 private static final int DEGREES_FOR_ONE_MINUTE = 360 / MINUTES_IN_CIRCLE;576 mSelectionDegrees[MINUTES] = (minute % MINUTES_IN_CIRCLE) * DEGREES_FOR_ONE_MINUTE; in setCurrentMinuteInternal()1178 final int currentOffset = getCircularDiff(current, touched, MINUTES_IN_CIRCLE); in getVirtualViewAt()1179 final int snappedOffset = getCircularDiff(snapped, touched, MINUTES_IN_CIRCLE); in getVirtualViewAt()1219 for (int i = 0; i < MINUTES_IN_CIRCLE; i += MINUTE_INCREMENT) { in getVisibleVirtualViews()1277 } else if (nextValue < MINUTES_IN_CIRCLE) { in getVirtualViewIdAfter()
68170 Landroid/widget/RadialTimePickerView;->MINUTES_IN_CIRCLE:I