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

  /packages/apps/Contacts/src/com/android/contacts/datepicker/
TwoDigitFormatter.java 20 char mZeroDigit;
32 mZeroDigit = getZeroDigit(locale);
37 if (mZeroDigit != getZeroDigit(currentLocale)) {
  /frameworks/base/core/java/android/widget/
NumberPicker.java 167 char mZeroDigit;
179 mZeroDigit = getZeroDigit(locale);
184 if (mZeroDigit != getZeroDigit(currentLocale)) {
    [all...]

Completed in 54 milliseconds