Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsControllerTest.java764 final Rect captionFrame = new Rect(0, 0, 100, 100); in testCaptionInsetsStateAssemble()
769 assertEquals(captionFrame, currentState.peekSource(ITYPE_CAPTION_BAR).getFrame()); in testCaptionInsetsStateAssemble()
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2530 final Rect captionFrame = new Rect(); in updateCaptionInsets() local
2532 captionFrame.set(mWinFrame.left, mWinFrame.top, mWinFrame.right, in updateCaptionInsets()
2535 if (mAttachInfo.mCaptionInsets.equals(captionFrame)) return false; in updateCaptionInsets()
2536 mAttachInfo.mCaptionInsets.set(captionFrame); in updateCaptionInsets()