Searched defs:mGivenContentInsets (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java188 final Rect mGivenContentInsets = new Rect(); field in class:WindowState
709 return mGivenContentInsets;
1339 applyInsets(outRegion, frame, mGivenContentInsets);
1537 pw.print(prefix); pw.print("mGivenContentInsets=");
1538 mGivenContentInsets.printShortString(pw);

Completed in 33 milliseconds