Searched refs:mOutsetFrame (Results 1 – 1 of 1) sorted by relevance
443 private final Rect mOutsetFrame = new Rect(); field in WindowState979 mOutsetFrame.set(outsetFrame); in computeFrameLw()989 mOutsets.set(Math.max(mContentFrame.left - mOutsetFrame.left, 0), in computeFrameLw()990 Math.max(mContentFrame.top - mOutsetFrame.top, 0), in computeFrameLw()991 Math.max(mOutsetFrame.right - mContentFrame.right, 0), in computeFrameLw()992 Math.max(mOutsetFrame.bottom - mContentFrame.bottom, 0)); in computeFrameLw()3278 mOutsetFrame.writeToProto(proto, OUTSET_FRAME); in writeToProto()3422 pw.print(prefix); pw.print(" outset="); mOutsetFrame.printShortString(pw); in dump()