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

/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java2185 w.mGivenContentInsets.set(contentInsets);
5853 tmpRect.left += child.mGivenContentInsets.left;
5854 tmpRect.top += child.mGivenContentInsets.top;
5855 tmpRect.right -= child.mGivenContentInsets.right;
5856 tmpRect.bottom -= child.mGivenContentInsets.bottom;
6879 final Rect mGivenContentInsets = new Rect(); field in class:WindowManagerService.WindowState
7191 return mGivenContentInsets;
8117 pw.print(prefix); pw.print("mGivenContentInsets=");
8118 mGivenContentInsets.printShortString(pw);

Completed in 21 milliseconds