Searched refs:TYPE_DIGITS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DTtsSpan.java164 public static final String TYPE_DIGITS = "android.type.digits"; field in class:TtsSpan
454 * Can be used with {@link #TYPE_DIGITS}.
1426 * A builder for TtsSpans of type {@link #TYPE_DIGITS}.
1432 * Creates a builder for a TtsSpan of type {@link #TYPE_DIGITS}.
1435 super(TtsSpan.TYPE_DIGITS);
1439 * Creates a builder for a TtsSpan of type {@link #TYPE_DIGITS}

Completed in 22 milliseconds