Home
last modified time | relevance | path

Searched refs:TwoDigitFormatter (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DNumberPicker.java181 private static class TwoDigitFormatter implements NumberPicker.Formatter { class in NumberPicker
189 TwoDigitFormatter() { in TwoDigitFormatter() method in NumberPicker.TwoDigitFormatter
219 private static final TwoDigitFormatter sTwoDigitFormatter = new TwoDigitFormatter();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt67740 Landroid/widget/NumberPicker$TwoDigitFormatter;-><init>()V
67741 Landroid/widget/NumberPicker$TwoDigitFormatter;->createFormatter(Ljava/util/Locale;)Ljava/util/Form…
67742 Landroid/widget/NumberPicker$TwoDigitFormatter;->getZeroDigit(Ljava/util/Locale;)C
67743 Landroid/widget/NumberPicker$TwoDigitFormatter;->init(Ljava/util/Locale;)V
67744 Landroid/widget/NumberPicker$TwoDigitFormatter;->mArgs:[Ljava/lang/Object;
67745 Landroid/widget/NumberPicker$TwoDigitFormatter;->mBuilder:Ljava/lang/StringBuilder;
67746 Landroid/widget/NumberPicker$TwoDigitFormatter;->mFmt:Ljava/util/Formatter;
67747 Landroid/widget/NumberPicker$TwoDigitFormatter;->mZeroDigit:C
67828 Landroid/widget/NumberPicker;->sTwoDigitFormatter:Landroid/widget/NumberPicker$TwoDigitFormatter;