Searched refs:mConstant (Results 1 – 3 of 3) sorted by relevance
69 private final PickerUtility.TimeConstant mConstant; field in TimePicker105 mConstant = PickerUtility.getTimeConstantInstance(Locale.getDefault(), in TimePicker()122 mConstant.locale); in TimePicker()151 hourPattern = DateFormat.getBestDateTimePattern(mConstant.locale, mIs24hFormat ? "Hma" in getBestHourMinutePattern()157 SimpleDateFormat.getTimeInstance(SimpleDateFormat.SHORT, mConstant.locale); in getBestHourMinutePattern()247 boolean isRTL = TextUtils.getLayoutDirectionFromLocale(mConstant.locale) == View in extractTimeFields()285 mHourColumn.setStaticLabels(mConstant.hours24); in updateColumns()290 mMinuteColumn.setStaticLabels(mConstant.minutes); in updateColumns()295 mAmPmColumn.setStaticLabels(mConstant.ampm); in updateColumns()
64 PickerUtility.DateConstant mConstant; field in DatePicker135 yearPattern = android.text.format.DateFormat.getBestDateTimePattern(mConstant.locale, in getBestYearMonthDayPattern()253 mMonthColumn.setStaticLabels(mConstant.months); in setDatePickerFormat()282 mConstant = PickerUtility.getDateConstantInstance(Locale.getDefault(), in updateCurrentLocale()284 mTempDate = PickerUtility.getCalendarForLocale(mTempDate, mConstant.locale); in updateCurrentLocale()285 mMinDate = PickerUtility.getCalendarForLocale(mMinDate, mConstant.locale); in updateCurrentLocale()286 mMaxDate = PickerUtility.getCalendarForLocale(mMaxDate, mConstant.locale); in updateCurrentLocale()287 mCurrentDate = PickerUtility.getCalendarForLocale(mCurrentDate, mConstant.locale); in updateCurrentLocale()290 mMonthColumn.setStaticLabels(mConstant.months); in updateCurrentLocale()
266 Constant* mConstant; // Not owned271 ConstantSpecification(Constant* constant) : mConstant(constant) {} in ConstantSpecification()273 Constant* getConstant() const { return mConstant; } in getConstant()