| java.lang.Object | |
| ↳ | android.view.accessibility.CaptioningManager.CaptioningChangeListener |
Listener for changes in captioning properties, including enabled state and user style preferences.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Called when the captioning enabled state changes.
|
||||||||||
|
|
Called when the captioning font scaling factor changes.
|
||||||||||
|
|
Called when the captioning locale changes.
|
||||||||||
|
|
Called when the captioning user style changes.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
Called when the captioning enabled state changes.
| enabled | the user's new preferred captioning enabled state |
|---|
Called when the captioning font scaling factor changes.
| fontScale | the preferred font scaling factor |
|---|
Called when the captioning locale changes.
| locale | the preferred captioning locale |
|---|
Called when the captioning user style changes.
| userStyle | the user's new preferred style |
|---|