Searched refs:mOutsetFrame (Results 1 – 1 of 1) sorted by relevance
326 final Rect mOutsetFrame = new Rect(); field in WindowState788 mOutsetFrame.set(osf); in computeFrameLw()798 mOutsets.set(Math.max(mContentFrame.left - mOutsetFrame.left, 0), in computeFrameLw()799 Math.max(mContentFrame.top - mOutsetFrame.top, 0), in computeFrameLw()800 Math.max(mOutsetFrame.right - mContentFrame.right, 0), in computeFrameLw()801 Math.max(mOutsetFrame.bottom - mContentFrame.bottom, 0)); in computeFrameLw()2642 pw.print(prefix); pw.print(" outset="); mOutsetFrame.printShortString(pw); in dump()