Home | History | Annotate | Download | only in widget

Lines Matching defs:DateFormat

36 import android.text.format.DateFormat;
270 * {@link DateFormat}.
285 * {@link DateFormat}.</p>
294 * {@link DateFormat#getBestDateTimePattern(java.util.Locale, String)}. This method
298 * @param format A date/time formatting pattern as described in {@link DateFormat}
302 * @see DateFormat#getBestDateTimePattern(java.util.Locale, String)
303 * @see DateFormat
329 * {@link DateFormat}.
344 * {@link DateFormat}.</p>
353 * {@link DateFormat#getBestDateTimePattern(java.util.Locale, String)}. This method
356 * @param format A date/time formatting pattern as described in {@link DateFormat}
360 * @see DateFormat#getBestDateTimePattern(java.util.Locale, String)
361 * @see DateFormat
420 return DateFormat.is24HourFormat(getContext(), ActivityManager.getCurrentUser());
422 return DateFormat.is24HourFormat(getContext());
491 mHasSeconds = DateFormat.hasSeconds(mFormat);
601 setText(DateFormat.format(mFormat, mTime));
602 setContentDescription(DateFormat.format(mDescFormat, mTime));