Home
last modified time | relevance | path

Searched refs:mOutsetFrame (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java274 final Rect mOutsetFrame = new Rect(); field in WindowState
614 mOutsetFrame.set(osf); in computeFrameLw()
645 mOutsets.set(Math.max(mContentFrame.left - mOutsetFrame.left, 0), in computeFrameLw()
646 Math.max(mContentFrame.top - mOutsetFrame.top, 0), in computeFrameLw()
647 Math.max(mOutsetFrame.right - mContentFrame.right, 0), in computeFrameLw()
648 Math.max(mOutsetFrame.bottom - mContentFrame.bottom, 0)); in computeFrameLw()
1703 pw.print(prefix); pw.print(" outset="); mOutsetFrame.printShortString(pw); in dump()