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

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java59 private final Rect mContentInsets = new Rect(); field in class:ActionBarOverlayLayout
308 mContentInsets.set(mBaseContentInsets);
311 mContentInsets.top += topInset;
312 mContentInsets.bottom += bottomInset;
317 applyInsets(mContent, mContentInsets, true, true, true, true);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java107 final Rect mContentInsets = new Rect(); field in class:SurfaceView
492 mVisible ? VISIBLE : GONE, display.getDisplayId(), mContentInsets);
513 mWinFrame, mOverscanInsets, mContentInsets,
H A DView.java18799 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, mOverscanInsets, mContentInsets,
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java151 final Rect mContentInsets = new Rect(); field in class:WindowState
571 mContentInsets.set(mContentFrame.left - mFrame.left,
587 mContentInsets.scale(mInvGlobalScale);
606 + " ci=" + mContentInsets.toShortString()
706 mContentInsetsChanged |= !mLastContentInsets.equals(mContentInsets);
1420 pw.print(" content="); mContentInsets.printShortString(pw);

Completed in 651 milliseconds