Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3042 final Rect captionFrame = new Rect(); in updateCaptionInsets() local
3044 captionFrame.set(mWinFrame.left, mWinFrame.top, mWinFrame.right, in updateCaptionInsets()
3047 if (mAttachInfo.mCaptionInsets.equals(captionFrame)) return false; in updateCaptionInsets()
3048 mAttachInfo.mCaptionInsets.set(captionFrame); in updateCaptionInsets()