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/
TimePickerClockDelegate.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);
TimePickerSpinnerDelegate.java 700 final String separatorText;
706 separatorText = ":";
708 separatorText = Character.toString(bestDateTimePattern.charAt(hIndex + 1));
710 mSeparatorView.setText(separatorText);
    [all...]

Completed in 172 milliseconds