Searched refs:mLayoutFrameGlobal (Results 1 – 1 of 1) sorted by relevance
163 final Rect surfaceRect = surface.mLayoutFrameGlobal; in notIntersectsOrFullyContains()367 private final Rect mLayoutFrameGlobal = new Rect(); field in Letterbox.LetterboxSurface377 mLayoutFrameGlobal.set(left, top, right, bottom); in layout()378 mLayoutFrameRelative.set(mLayoutFrameGlobal); in layout()417 return Math.max(0, mLayoutFrameGlobal.width()); in getWidth()421 return Math.max(0, mLayoutFrameGlobal.height()); in getHeight()