Most visited

Recently visited

Added in API level 24

Window.OnRestrictedCaptionAreaChangedListener

public static interface Window.OnRestrictedCaptionAreaChangedListener

android.view.Window.OnRestrictedCaptionAreaChangedListener


想要了解标题绘制内容的客户的回调。

摘要(Summary)

公共方法(Public methods)

abstract void onRestrictedCaptionAreaChanged(Rect rect)

当标题绘制内容更改的区域时调用。

公共方法(Public methods)

onRestrictedCaptionAreaChanged

Added in API level 24
void onRestrictedCaptionAreaChanged (Rect rect)

当标题绘制内容更改的区域时调用。

参数(Parameters)
rect Rect: The area where caption content is positioned, relative to the top view.

Hooray!