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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java259 final Rect mGivenContentInsets = new Rect(); field in class:WindowState
979 return mGivenContentInsets;
2199 applyInsets(outRegion, frame, mGivenContentInsets);
2601 pw.print(prefix); pw.print("mGivenContentInsets=");
2602 mGivenContentInsets.printShortString(pw);

Completed in 265 milliseconds