public static interface Window.OnRestrictedCaptionAreaChangedListener
android.view.Window.OnRestrictedCaptionAreaChangedListener |
想要了解标题绘制内容的客户的回调。
Public methods |
|
---|---|
abstract void |
onRestrictedCaptionAreaChanged(Rect rect) 当标题绘制内容更改的区域时调用。 |
void onRestrictedCaptionAreaChanged (Rect rect)
当标题绘制内容更改的区域时调用。
Parameters | |
---|---|
rect |
Rect : The area where caption content is positioned, relative to the top view. |