Searched defs:textGridHeights (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialTextsView.java232 * drawn at based on the specified circle radius. Place the values in the textGridHeights and
236 float textSize, float[] textGridHeights, float[] textGridWidths) {
249 textGridHeights[0] = yCenter - offset1;
251 textGridHeights[1] = yCenter - offset2;
253 textGridHeights[2] = yCenter - offset3;
255 textGridHeights[3] = yCenter;
257 textGridHeights[4] = yCenter + offset3;
259 textGridHeights[5] = yCenter + offset2;
261 textGridHeights[6] = yCenter + offset1;
269 float[] textGridWidths, float[] textGridHeights) {
235 calculateGridSizes(float numbersRadius, float xCenter, float yCenter, float textSize, float[] textGridHeights, float[] textGridWidths) argument
268 drawTexts(Canvas canvas, float textSize, Typeface typeface, String[] texts, float[] textGridWidths, float[] textGridHeights) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java989 * drawn at based on the specified circle radius. Place the values in the textGridHeights and
993 float yCenter, float textSize, float[] textGridHeights, float[] textGridWidths) {
1007 textGridHeights[0] = yCenter - offset1;
1009 textGridHeights[1] = yCenter - offset2;
1011 textGridHeights[2] = yCenter - offset3;
1013 textGridHeights[3] = yCenter;
1015 textGridHeights[4] = yCenter + offset3;
1017 textGridHeights[5] = yCenter + offset2;
1019 textGridHeights[6] = yCenter + offset1;
1027 float[] textGridWidths, float[] textGridHeights, Pain
992 calculateGridSizes(Paint paint, float numbersRadius, float xCenter, float yCenter, float textSize, float[] textGridHeights, float[] textGridWidths) argument
1026 drawTextElements(Canvas canvas, float textSize, Typeface typeface, String[] texts, float[] textGridWidths, float[] textGridHeights, Paint paint, int color, int alpha) argument
[all...]

Completed in 61 milliseconds