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

/frameworks/base/core/java/android/widget/
H A DToolbar.java164 private RtlSpacingHelper mContentInsets; field in class:Toolbar
274 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
278 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
474 mContentInsets.setDirection(layoutDirection == LAYOUT_DIRECTION_RTL);
1097 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
1117 return mContentInsets != null ? mContentInsets.getStart() : 0;
1137 return mContentInsets != null ? mContentInsets.getEnd() : 0;
1160 mContentInsets
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java176 private RtlSpacingHelper mContentInsets; field in class:Toolbar
289 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
293 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
489 mContentInsets.setDirection(layoutDirection == ViewCompat.LAYOUT_DIRECTION_RTL);
1107 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
1127 return mContentInsets != null ? mContentInsets.getStart() : 0;
1147 return mContentInsets != null ? mContentInsets.getEnd() : 0;
1170 mContentInsets
[all...]
H A DActionBarOverlayLayout.java81 private final Rect mContentInsets = new Rect(); field in class:ActionBarOverlayLayout
373 mContentInsets.set(mBaseContentInsets);
376 mContentInsets.top += topInset;
377 mContentInsets.bottom += bottomInset;
382 applyInsets(mContent, mContentInsets, true, true, true, true);
/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/base/core/java/android/service/wallpaper/
H A DWallpaperService.java162 final Rect mContentInsets = new Rect(); field in class:WallpaperService.Engine
554 out.print(" mContentInsets="); out.println(mContentInsets.toShortString());
655 Display.DEFAULT_DISPLAY, mContentInsets, mStableInsets, mOutsets,
680 View.VISIBLE, 0, mWinFrame, mOverscanInsets, mContentInsets,
698 mContentInsets.left += padding.left;
699 mContentInsets.top += padding.top;
700 mContentInsets.right += padding.right;
701 mContentInsets.bottom += padding.bottom;
722 insetsChanged |= !mDispatchedContentInsets.equals(mContentInsets);
[all...]
/frameworks/base/core/java/android/view/
H A DSurfaceView.java114 final Rect mContentInsets = new Rect(); field in class:SurfaceView
519 mVisible ? VISIBLE : GONE, display.getDisplayId(), mContentInsets,
542 mWinFrame, mOverscanInsets, mContentInsets,
H A DViewRootImpl.java642 mAttachInfo.mContentInsets, mAttachInfo.mStableInsets,
660 mTranslator.translateRectInScreenToAppWindow(mAttachInfo.mContentInsets);
663 mPendingContentInsets.set(mAttachInfo.mContentInsets);
1403 mDispatchContentInsets.set(mAttachInfo.mContentInsets);
1583 if (!mPendingContentInsets.equals(mAttachInfo.mContentInsets)) {
1779 mAttachInfo.mContentInsets);
1790 mAttachInfo.mContentInsets.set(mPendingContentInsets);
1792 + mAttachInfo.mContentInsets);
3017 final Rect ci = mAttachInfo.mContentInsets;
H A DView.java22898 final Rect mContentInsets = new Rect(); field in class:View.AttachInfo
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java229 final Rect mContentInsets = new Rect(); field in class:WindowState
895 mContentInsets.setEmpty();
903 mContentInsets.set(mContentFrame.left - mFrame.left,
938 mContentInsets.scale(mInvGlobalScale);
962 + " ci=" + mContentInsets.toShortString()
1077 mContentInsetsChanged |= !mLastContentInsets.equals(mContentInsets);
2722 pw.print(" content="); mContentInsets.printShortString(pw);
H A DWindowSurfacePlacer.java1688 Rect insets = win != null ? win.mContentInsets : null;
H A DWindowManagerService.java3068 outContentInsets.set(win.mContentInsets);
3306 insets.set(win.mContentInsets);
6529 final Rect cr = ws.mContentInsets;
9649 + " " + w.mContentInsets.toShortString()
9671 w.mLastContentInsets.set(w.mContentInsets);

Completed in 335 milliseconds