HomeSort by relevance Sort by last modified time
    Searched defs:Formatter (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/android/text/format/
Formatter.java 23 * by the standard java.util.Formatter.
25 public final class Formatter {
  /libcore/luni/src/main/java/java/util/logging/
Formatter.java 24 * {@code Formatter} objects are used to format {@link LogRecord} objects into a
29 public abstract class Formatter {
32 * Constructs a {@code Formatter} object.
34 protected Formatter() {
52 * Formatter}.
  /frameworks/base/core/java/android/widget/
NumberPicker.java 56 public interface Formatter {
62 * minutes strings like "01". Keeping a static formatter etc. is the
66 public static final NumberPicker.Formatter TWO_DIGIT_FORMATTER =
67 new NumberPicker.Formatter() {
69 final java.util.Formatter mFmt = new java.util.Formatter(mBuilder);
117 private Formatter mFormatter;
237 * Set the formatter that will be used to format the number for presentation
238 * @param formatter the formatter object. If formatter is null, String.valueOf(
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
NumberPicker.java 60 public interface Formatter {
66 * minutes strings like "01". Keeping a static formatter etc. is the
70 public static final NumberPicker.Formatter TWO_DIGIT_FORMATTER =
71 new NumberPicker.Formatter() {
73 final java.util.Formatter mFmt = new java.util.Formatter(mBuilder);
121 private Formatter mFormatter;
241 * Set the formatter that will be used to format the number for presentation
242 * @param formatter the formatter object. If formatter is null, String.valueOf(
    [all...]
  /libcore/luni/src/main/java/java/util/
Formatter.java 41 * It's relatively rare to use a {@code Formatter} directly. A variety of classes offer convenience
42 * methods for accessing formatter functionality.
135 * this formatter).
301 * It's also possible to format dates and times with {@code Formatter}, though you should seriously
304 * The facilities offered by {@code Formatter} are low-level and place the burden of localization
315 * {@code %t} with {@code %T} will uppercase the field according to the rules of the formatter's
520 * <p><i>Thread safety</i>. Formatter is not thread-safe.
527 public final class Formatter implements Closeable, Flushable {
600 * Constructs a {@code Formatter}.
608 public Formatter() {
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 137 milliseconds