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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java443 private final Rect mOutsetFrame = new Rect(); field in class:WindowState
979 mOutsetFrame.set(outsetFrame);
989 mOutsets.set(Math.max(mContentFrame.left - mOutsetFrame.left, 0),
990 Math.max(mContentFrame.top - mOutsetFrame.top, 0),
991 Math.max(mOutsetFrame.right - mContentFrame.right, 0),
992 Math.max(mOutsetFrame.bottom - mContentFrame.bottom, 0));
3278 mOutsetFrame.writeToProto(proto, OUTSET_FRAME);
3422 pw.print(prefix); pw.print(" outset="); mOutsetFrame.printShortString(pw);

Completed in 30 milliseconds