Searched refs:captionFrame (Results 1 – 1 of 1) sorted by relevance
3042 final Rect captionFrame = new Rect(); in updateCaptionInsets() local3044 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()