Searched refs:mLayoutFrameGlobal (Results 1 – 1 of 1) sorted by relevance
158 final Rect surfaceRect = surface.mLayoutFrameGlobal; in notIntersectsOrFullyContains()351 private final Rect mLayoutFrameGlobal = new Rect(); field in Letterbox.LetterboxSurface361 mLayoutFrameGlobal.set(left, top, right, bottom); in layout()362 mLayoutFrameRelative.set(mLayoutFrameGlobal); in layout()401 return Math.max(0, mLayoutFrameGlobal.width()); in getWidth()405 return Math.max(0, mLayoutFrameGlobal.height()); in getHeight()