Home
last modified time | relevance | path

Searched refs:mRestrictedCaptionAreaRect (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DWindow.java281 private Rect mRestrictedCaptionAreaRect; field in Window
935 mRestrictedCaptionAreaRect = listener != null ? new Rect() : null; in setRestrictedCaptionAreaListener()
2244 mRestrictedCaptionAreaRect.set(left, top, right, bottom); in notifyRestrictedCaptionAreaCallback()
2246 mRestrictedCaptionAreaRect); in notifyRestrictedCaptionAreaCallback()