Home
last modified time | relevance | path

Searched refs:mLayoutFrameGlobal (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterbox.java158 final Rect surfaceRect = surface.mLayoutFrameGlobal; in notIntersectsOrFullyContains()
351 private final Rect mLayoutFrameGlobal = new Rect(); field in Letterbox.LetterboxSurface
361 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()