| java.lang.Object | |||
| ↳ | android.text.style.TtsSpan.Builder<android.text.style.TtsSpan.TimeBuilder> | ||
| ↳ | android.text.style.TtsSpan.SemioticClassBuilder<android.text.style.TtsSpan.TimeBuilder> | ||
| ↳ | android.text.style.TtsSpan.TimeBuilder | ||
A builder for TtsSpans of type TYPE_TIME.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a builder for a TtsSpan of type
TYPE_TIME.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets the
ARG_HOURS argument.
| |||||||||||
Sets the
ARG_MINUTES argument.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.text.style.TtsSpan.SemioticClassBuilder
| |||||||||||
From class
android.text.style.TtsSpan.Builder
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a builder for a TtsSpan of type TYPE_TIME.
Creates a builder for a TtsSpan of type TYPE_TIME and
sets the ARG_HOURS and ARG_MINUTES arguments.
Sets the ARG_MINUTES argument.
| minutes | The value to be set for minutes. See
ARG_MINUTES. |
|---|