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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java173 final Rect mGivenContentInsets = new Rect(); field in class:WindowState
647 return mGivenContentInsets;
1230 applyInsets(outRegion, frame, mGivenContentInsets);
1369 pw.print(prefix); pw.print("mGivenContentInsets=");
1370 mGivenContentInsets.printShortString(pw);

Completed in 9 milliseconds