Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowFrames.java108 final public Rect mOutsetFrame = new Rect(); field in WindowFrames
216 mOutsetFrame.set(outsetFrame); in setFrames()
246 InsetUtils.insetsBetweenFrames(mOutsetFrame, mContentFrame, mOutsets); in calculateOutsets()
406 mOutsetFrame.writeToProto(proto, OUTSET_FRAME); in writeToProto()
428 pw.println(prefix + " outset=" + mOutsetFrame.toShortString(sTmpSB)); in dump()
DDisplayPolicy.java2290 final Rect osf = windowFrames.mOutsetFrame; in layoutWindowLw()
2319 + " osf=" + windowFrames.mOutsetFrame.toShortString() + " " + win); in layoutWindowLw()