Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java95 private static final int NUM_POSITIONS = 12; field in RadialTimePickerView
96 private static final float[] COS_30 = new float[NUM_POSITIONS];
97 private static final float[] SIN_30 = new float[NUM_POSITIONS];
106 final double increment = 2.0 * Math.PI / NUM_POSITIONS;
108 for (int i = 0; i < NUM_POSITIONS; i++) {
885 for (int i = 0; i < NUM_POSITIONS; i++) { in calculatePositions()
901 final float activatedIndex = activatedDegrees / (360.0f / NUM_POSITIONS); in drawTextElements()
903 final int activatedCeil = ((int) Math.ceil(activatedIndex)) % NUM_POSITIONS; in drawTextElements()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt83275 Landroid/widget/RadialTimePickerView;->NUM_POSITIONS:I