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

/frameworks/base/core/java/android/view/
H A DSurfaceView.java101 final Rect mContentInsets = new Rect(); field in class:SurfaceView
453 mVisible ? VISIBLE : GONE, mContentInsets);
474 mWinFrame, mContentInsets,
H A DView.java14490 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
508 out.print(" mContentInsets="); out.println(mContentInsets.toShortString());
595 if (mSession.add(mWindow, mWindow.mSeq, mLayout, View.VISIBLE, mContentInsets,
611 View.VISIBLE, 0, mWinFrame, mContentInsets,
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java144 final Rect mContentInsets = new Rect(); field in class:WindowState
492 final Rect contentInsets = mContentInsets;
1783 pw.print(prefix); pw.print("mContentInsets="); mContentInsets.printShortString(pw);

Completed in 254 milliseconds