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/config/
Dhiddenapi-greylist-max-o.txt82812 Landroid/widget/NumberPicker$TwoDigitFormatter;-><init>()V
82813 Landroid/widget/NumberPicker$TwoDigitFormatter;->createFormatter(Ljava/util/Locale;)Ljava/util/Form…
82814 Landroid/widget/NumberPicker$TwoDigitFormatter;->getZeroDigit(Ljava/util/Locale;)C
82815 Landroid/widget/NumberPicker$TwoDigitFormatter;->init(Ljava/util/Locale;)V
82816 Landroid/widget/NumberPicker$TwoDigitFormatter;->mArgs:[Ljava/lang/Object;
82817 Landroid/widget/NumberPicker$TwoDigitFormatter;->mBuilder:Ljava/lang/StringBuilder;
82818 Landroid/widget/NumberPicker$TwoDigitFormatter;->mFmt:Ljava/util/Formatter;
82819 Landroid/widget/NumberPicker$TwoDigitFormatter;->mZeroDigit:C
82900 Landroid/widget/NumberPicker;->sTwoDigitFormatter:Landroid/widget/NumberPicker$TwoDigitFormatter;