HomeSort by relevance Sort by last modified time
    Searched refs:MINUTE_INDEX (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java 57 private static final int MINUTE_INDEX = TimePickerDialog.MINUTE_INDEX;
210 setValueForItem(MINUTE_INDEX, initialMinutes);
223 setItem(MINUTE_INDEX, minutes);
235 } else if (index == MINUTE_INDEX) {
236 setValueForItem(MINUTE_INDEX, value);
268 } else if (currentIndex == MINUTE_INDEX) {
290 } else if (index == MINUTE_INDEX){
432 boolean allowFineGrained = !forceToVisibleValue && (currentShowing == MINUTE_INDEX);
461 } else if (degrees == 360 && currentShowing == MINUTE_INDEX) {
    [all...]
TimePickerDialog.java 59 public static final int MINUTE_INDEX = 1;
221 setCurrentItemShowing(MINUTE_INDEX, true, false, true);
331 setCurrentItemShowing(MINUTE_INDEX, true, true, false);
335 } else if (pickerIndex == MINUTE_INDEX){
403 int minuteColor = (index == MINUTE_INDEX)? mBlue : mBlack;
    [all...]

Completed in 350 milliseconds