Searched refs:mOutsetFrame (Results 1 – 1 of 1) sorted by relevance
378 private final Rect mOutsetFrame = new Rect(); field in WindowState825 mOutsetFrame.set(outsetFrame); in computeFrameLw()835 mOutsets.set(Math.max(mContentFrame.left - mOutsetFrame.left, 0), in computeFrameLw()836 Math.max(mContentFrame.top - mOutsetFrame.top, 0), in computeFrameLw()837 Math.max(mOutsetFrame.right - mContentFrame.right, 0), in computeFrameLw()838 Math.max(mOutsetFrame.bottom - mContentFrame.bottom, 0)); in computeFrameLw()3395 pw.print(prefix); pw.print(" outset="); mOutsetFrame.printShortString(pw); in dump()