Searched refs:mLayoutFrameGlobal (Results 1 – 1 of 1) sorted by relevance
232 private final Rect mLayoutFrameGlobal = new Rect(); field in Letterbox.LetterboxSurface242 mLayoutFrameGlobal.set(left, top, right, bottom); in layout()243 mLayoutFrameRelative.set(mLayoutFrameGlobal); in layout()274 return Math.max(0, mLayoutFrameGlobal.width()); in getWidth()278 return Math.max(0, mLayoutFrameGlobal.height()); in getHeight()286 if (mLayoutFrameGlobal.isEmpty()) { in isOverlappingWith()289 return Rect.intersects(rect, mLayoutFrameGlobal); in isOverlappingWith()