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.java82 private static final int MINUTES_IN_CIRCLE = 60; field in RadialTimePickerView
84 private static final int DEGREES_FOR_ONE_MINUTE = 360 / MINUTES_IN_CIRCLE;
571 mSelectionDegrees[MINUTES] = (minute % MINUTES_IN_CIRCLE) * DEGREES_FOR_ONE_MINUTE; in setCurrentMinuteInternal()
1167 final int currentOffset = getCircularDiff(current, touched, MINUTES_IN_CIRCLE); in getVirtualViewAt()
1168 final int snappedOffset = getCircularDiff(snapped, touched, MINUTES_IN_CIRCLE); in getVirtualViewAt()
1208 for (int i = 0; i < MINUTES_IN_CIRCLE; i += MINUTE_INCREMENT) { in getVisibleVirtualViews()
1266 } else if (nextValue < MINUTES_IN_CIRCLE) { in getVirtualViewIdAfter()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt83242 Landroid/widget/RadialTimePickerView;->MINUTES_IN_CIRCLE:I