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!