Searched refs:mConstant (Results 1 – 2 of 2) sorted by relevance
58 PickerConstant mConstant; field in DatePicker73 setSeparator(mConstant.dateSeparator); in DatePicker()150 mMonthColumn.setStaticLabels(mConstant.months); in setDatePickerFormat()190 mConstant = new PickerConstant(Locale.getDefault(), getContext().getResources()); in updateCurrentLocale()191 mTempDate = getCalendarForLocale(mTempDate, mConstant.locale); in updateCurrentLocale()192 mMinDate = getCalendarForLocale(mMinDate, mConstant.locale); in updateCurrentLocale()193 mMaxDate = getCalendarForLocale(mMaxDate, mConstant.locale); in updateCurrentLocale()194 mCurrentDate = getCalendarForLocale(mCurrentDate, mConstant.locale); in updateCurrentLocale()197 mMonthColumn.setStaticLabels(mConstant.months); in updateCurrentLocale()
266 Constant* mConstant; // Not owned270 ConstantSpecification(Constant* constant) : mConstant(constant) {} in ConstantSpecification()272 Constant* getConstant() const { return mConstant; } in getConstant()