Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java83 private static final int MINUTES_IN_CIRCLE = 60; field in RadialTimePickerView
85 private static final int DEGREES_FOR_ONE_MINUTE = 360 / MINUTES_IN_CIRCLE;
572 mSelectionDegrees[MINUTES] = (minute % MINUTES_IN_CIRCLE) * DEGREES_FOR_ONE_MINUTE; in setCurrentMinuteInternal()
1170 final int currentOffset = getCircularDiff(current, touched, MINUTES_IN_CIRCLE); in getVirtualViewAt()
1171 final int snappedOffset = getCircularDiff(snapped, touched, MINUTES_IN_CIRCLE); in getVirtualViewAt()
1211 for (int i = 0; i < MINUTES_IN_CIRCLE; i += MINUTE_INCREMENT) { in getVisibleVirtualViews()
1269 } else if (nextValue < MINUTES_IN_CIRCLE) { in getVirtualViewIdAfter()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt68813 Landroid/widget/RadialTimePickerView;->MINUTES_IN_CIRCLE:I