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

  /frameworks/base/core/java/android/widget/
TimePickerSpinnerDelegate.java 264 final String separatorText;
271 separatorText = ":";
275 separatorText = Character.toString(bestDateTimePattern.charAt(hourIndex + 1));
277 separatorText = bestDateTimePattern.substring(hourIndex + 1, minuteIndex);
280 mDivider.setText(separatorText);
TimePickerClockDelegate.java 721 final String separatorText;
727 separatorText = ":";
729 separatorText = Character.toString(bestDateTimePattern.charAt(hIndex + 1));
731 mSeparatorView.setText(separatorText);
    [all...]

Completed in 244 milliseconds