Searched refs:mLayoutFrameRelative (Results 1 – 1 of 1) sorted by relevance
368 private final Rect mLayoutFrameRelative = new Rect(); field in Letterbox.LetterboxSurface378 mLayoutFrameRelative.set(mLayoutFrameGlobal); in layout()379 mLayoutFrameRelative.offset(-surfaceOrigin.x, -surfaceOrigin.y); in layout()430 mSurfaceFrameRelative.set(mLayoutFrameRelative); in applySurfaceChanges()487 return !mSurfaceFrameRelative.equals(mLayoutFrameRelative) in needsApplySurfaceChanges()