Searched refs:captionFrame (Results 1 – 2 of 2) sorted by relevance
764 final Rect captionFrame = new Rect(0, 0, 100, 100); in testCaptionInsetsStateAssemble()769 assertEquals(captionFrame, currentState.peekSource(ITYPE_CAPTION_BAR).getFrame()); in testCaptionInsetsStateAssemble()
2530 final Rect captionFrame = new Rect(); in updateCaptionInsets() local2532 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()