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

/frameworks/base/core/java/android/view/
H A DSurfaceView.java106 final Rect mContentInsets = new Rect(); field in class:SurfaceView
489 mVisible ? VISIBLE : GONE, display.getDisplayId(), mContentInsets);
510 mWinFrame, mContentInsets,
H A DView.java17735 final Rect mContentInsets = new Rect(); field in class:View.AttachInfo
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java157 final Rect mContentInsets = new Rect(); field in class:WallpaperService.Engine
525 out.print(" mContentInsets="); out.println(mContentInsets.toShortString());
616 Display.DEFAULT_DISPLAY, mContentInsets, mInputChannel) < 0) {
631 View.VISIBLE, 0, mWinFrame, mContentInsets,
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java136 final Rect mContentInsets = new Rect(); field in class:WindowState
472 final Rect contentInsets = mContentInsets;
1201 mContentInsets.printShortString(pw);

Completed in 89 milliseconds