public
static
interface
Window.OnRestrictedCaptionAreaChangedListener
| android.view.Window.OnRestrictedCaptionAreaChangedListener |
Callback for clients that want to be aware of where caption draws content.
Public methods | |
|---|---|
abstract
void
|
onRestrictedCaptionAreaChanged(Rect rect)
Called when the area where caption draws content changes. |
void onRestrictedCaptionAreaChanged (Rect rect)
Called when the area where caption draws content changes.
| Parameters | |
|---|---|
rect |
Rect:
The area where caption content is positioned, relative to the top view.
|