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

/frameworks/base/core/java/android/view/
H A DSurfaceView.java104 final Rect mContentInsets = new Rect(); field in class:SurfaceView
255 mWinFrame, mContentInsets, mVisibleInsets, mConfiguration, mSurface);
477 mVisible ? VISIBLE : GONE, mContentInsets);
498 visible ? VISIBLE : GONE, false, mWinFrame, mContentInsets,
H A DView.java9327 final Rect mContentInsets = new Rect(); field in class:View.AttachInfo
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java151 final Rect mContentInsets = new Rect(); field in class:WallpaperService.Engine
517 mSession.add(mWindow, mLayout, View.VISIBLE, mContentInsets,
530 View.VISIBLE, false, mWinFrame, mContentInsets,
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java2530 outContentInsets.set(win.mContentInsets);
5880 final Rect mContentInsets = new Rect(); field in class:WindowManagerService.WindowState
6165 final Rect contentInsets = mContentInsets;
7207 pw.print(prefix); pw.print("mContentInsets="); mContentInsets.printShortString(pw);
9184 !w.mLastContentInsets.equals(w.mContentInsets);
9204 w.mLastContentInsets.set(w.mContentInsets);

Completed in 281 milliseconds