Searched refs:mContentInsets (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java168 final Rect mContentInsets = new Rect(); field in class:WallpaperService.Engine
557 out.print(" mContentInsets="); out.println(mContentInsets.toShortString());
678 Display.DEFAULT_DISPLAY, mContentInsets, mInputChannel) < 0) {
698 View.VISIBLE, 0, mWinFrame, mOverscanInsets, mContentInsets,
715 mContentInsets.left += padding.left;
716 mContentInsets.top += padding.top;
717 mContentInsets.right += padding.right;
718 mContentInsets.bottom += padding.bottom;
735 insetsChanged |= !mDispatchedContentInsets.equals(mContentInsets);
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java78 private final Rect mContentInsets = new Rect(); field in class:ActionBarOverlayLayout
428 mContentInsets.set(mBaseContentInsets);
431 mContentInsets.top += topInset;
432 mContentInsets.bottom += bottomInset;
437 applyInsets(mContent, mContentInsets, true, true, true, true);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarOverlayLayout.java77 private final Rect mContentInsets = new Rect(); field in class:ActionBarOverlayLayout
433 mContentInsets.set(mBaseContentInsets);
436 mContentInsets.top += topInset;
437 mContentInsets.bottom += bottomInset;
442 applyInsets(mContent, mContentInsets, true, true, true, true);
/frameworks/base/core/java/android/widget/
H A DToolbar.java126 private final RtlSpacingHelper mContentInsets = new RtlSpacingHelper(); field in class:Toolbar
230 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
234 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
296 mContentInsets.setDirection(layoutDirection == LAYOUT_DIRECTION_RTL);
886 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
905 return mContentInsets.getStart();
924 return mContentInsets.getEnd();
944 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
963 return mContentInsets.getLeft();
982 return mContentInsets
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java138 private final RtlSpacingHelper mContentInsets = new RtlSpacingHelper(); field in class:Toolbar
241 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
245 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
312 mContentInsets.setDirection(layoutDirection == ViewCompat.LAYOUT_DIRECTION_RTL);
890 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
909 return mContentInsets.getStart();
928 return mContentInsets.getEnd();
948 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
967 return mContentInsets.getLeft();
986 return mContentInsets
[all...]
/frameworks/base/core/java/android/view/
H A DSurfaceView.java107 final Rect mContentInsets = new Rect(); field in class:SurfaceView
499 mVisible ? VISIBLE : GONE, display.getDisplayId(), mContentInsets);
520 mWinFrame, mOverscanInsets, mContentInsets,
H A DViewRootImpl.java529 mAttachInfo.mContentInsets, mInputChannel);
546 mTranslator.translateRectInScreenToAppWindow(mAttachInfo.mContentInsets);
549 mPendingContentInsets.set(mAttachInfo.mContentInsets);
1202 mDispatchContentInsets.set(mAttachInfo.mContentInsets);
1341 if (!mPendingContentInsets.equals(mAttachInfo.mContentInsets)) {
1519 mAttachInfo.mContentInsets);
1587 mAttachInfo.mContentInsets.set(mPendingContentInsets);
1589 + mAttachInfo.mContentInsets);
2655 final Rect ci = mAttachInfo.mContentInsets;
H A DView.java20181 final Rect mContentInsets = new Rect(); field in class:View.AttachInfo
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java157 final Rect mContentInsets = new Rect(); field in class:WindowState
602 mContentInsets.set(mContentFrame.left - mFrame.left,
623 mContentInsets.scale(mInvGlobalScale);
646 + " ci=" + mContentInsets.toShortString()
752 mContentInsetsChanged |= !mLastContentInsets.equals(mContentInsets);
1552 pw.print(" content="); mContentInsets.printShortString(pw);
H A DWindowManagerService.java3240 outContentInsets.set(win.mContentInsets);
3355 if (win.mContentInsets != null) {
3356 contentInsets.set(win.mContentInsets);
6073 final Rect cr = ws.mContentInsets;
9278 + " " + w.mContentInsets.toShortString()
9288 w.mLastContentInsets.set(w.mContentInsets);
H A DWindowStateAnimator.java1321 final int offsetTop = Math.max(clipRect.top, w.mContentInsets.top);

Completed in 290 milliseconds