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
463 mVisible ? VISIBLE : GONE, mContentInsets);
484 mWinFrame, mContentInsets,
H A DView.java17373 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
518 out.print(" mContentInsets="); out.println(mContentInsets.toShortString());
607 if (mSession.add(mWindow, mWindow.mSeq, mLayout, View.VISIBLE, mContentInsets,
623 View.VISIBLE, 0, mWinFrame, mContentInsets,
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java131 final Rect mContentInsets = new Rect(); field in class:WindowState
456 final Rect contentInsets = mContentInsets;
1090 mContentInsets.printShortString(pw);

Completed in 1377 milliseconds