# Print output for @column tags ?> Window.OnRestrictedCaptionAreaChangedListener - Android SDK | Android Developers

Most visited

Recently visited

Window.OnRestrictedCaptionAreaChangedListener

public static interface Window.OnRestrictedCaptionAreaChangedListener

android.view.Window.OnRestrictedCaptionAreaChangedListener


Callback for clients that want to be aware of where caption draws content.

Summary

Public methods

abstract void onRestrictedCaptionAreaChanged(Rect rect)

Called when the area where caption draws content changes.

Public methods

onRestrictedCaptionAreaChanged

public abstract 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.