Searched refs:mOutsetFrame (Results 1 – 1 of 1) sorted by relevance
328 final Rect mOutsetFrame = new Rect(); field in WindowState806 mOutsetFrame.set(osf); in computeFrameLw()816 mOutsets.set(Math.max(mContentFrame.left - mOutsetFrame.left, 0), in computeFrameLw()817 Math.max(mContentFrame.top - mOutsetFrame.top, 0), in computeFrameLw()818 Math.max(mOutsetFrame.right - mContentFrame.right, 0), in computeFrameLw()819 Math.max(mOutsetFrame.bottom - mContentFrame.bottom, 0)); in computeFrameLw()2677 pw.print(prefix); pw.print(" outset="); mOutsetFrame.printShortString(pw); in dump()