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

/frameworks/base/core/java/android/view/
H A DSurfaceView.java114 final Rect mContentInsets = new Rect(); field in class:SurfaceView
523 mVisible ? VISIBLE : GONE, display.getDisplayId(), mContentInsets,
546 mWinFrame, mOverscanInsets, mContentInsets,
H A DView.java22728 final Rect mContentInsets = new Rect(); field in class:View.AttachInfo
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java77 private final Rect mContentInsets = new Rect(); field in class:ActionBarOverlayLayout
427 mContentInsets.set(mBaseContentInsets);
430 mContentInsets.top += topInset;
431 mContentInsets.bottom += bottomInset;
436 applyInsets(mContent, mContentInsets, true, true, true, true);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarOverlayLayout.java77 private final Rect mContentInsets = new Rect(); field in class:ActionBarOverlayLayout
371 mContentInsets.set(mBaseContentInsets);
374 mContentInsets.top += topInset;
375 mContentInsets.bottom += bottomInset;
380 applyInsets(mContent, mContentInsets, true, true, true, true);
H A DToolbar.java172 private final RtlSpacingHelper mContentInsets = new RtlSpacingHelper(); field in class:Toolbar
286 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
290 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
487 mContentInsets.setDirection(layoutDirection == ViewCompat.LAYOUT_DIRECTION_RTL);
1100 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
1120 return mContentInsets.getStart();
1140 return mContentInsets.getEnd();
1162 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
1182 return mContentInsets.getLeft();
1202 return mContentInsets
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java161 final Rect mContentInsets = new Rect(); field in class:WallpaperService.Engine
553 out.print(" mContentInsets="); out.println(mContentInsets.toShortString());
654 Display.DEFAULT_DISPLAY, mContentInsets, mStableInsets, mOutsets,
679 View.VISIBLE, 0, mWinFrame, mOverscanInsets, mContentInsets,
697 mContentInsets.left += padding.left;
698 mContentInsets.top += padding.top;
699 mContentInsets.right += padding.right;
700 mContentInsets.bottom += padding.bottom;
721 insetsChanged |= !mDispatchedContentInsets.equals(mContentInsets);
[all...]
/frameworks/base/core/java/android/widget/
H A DToolbar.java164 private final RtlSpacingHelper mContentInsets = new RtlSpacingHelper(); field in class:Toolbar
273 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
277 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
473 mContentInsets.setDirection(layoutDirection == LAYOUT_DIRECTION_RTL);
1095 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
1115 return mContentInsets.getStart();
1135 return mContentInsets.getEnd();
1157 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
1177 return mContentInsets.getLeft();
1197 return mContentInsets
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java221 final Rect mContentInsets = new Rect(); field in class:WindowState
869 mContentInsets.setEmpty();
877 mContentInsets.set(mContentFrame.left - mFrame.left,
912 mContentInsets.scale(mInvGlobalScale);
936 + " ci=" + mContentInsets.toShortString()
1051 mContentInsetsChanged |= !mLastContentInsets.equals(mContentInsets);
2646 pw.print(" content="); mContentInsets.printShortString(pw);

Completed in 4291 milliseconds