Searched refs:mOutsetFrame (Results 1 – 2 of 2) sorted by relevance
108 final public Rect mOutsetFrame = new Rect(); field in WindowFrames216 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()
2290 final Rect osf = windowFrames.mOutsetFrame; in layoutWindowLw()2319 + " osf=" + windowFrames.mOutsetFrame.toShortString() + " " + win); in layoutWindowLw()