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

/frameworks/base/core/java/android/view/
H A DSurfaceView.java107 final Rect mContentInsets = new Rect(); field in class:SurfaceView
500 mVisible ? VISIBLE : GONE, display.getDisplayId(), mContentInsets,
522 mWinFrame, mOverscanInsets, mContentInsets,
H A DView.java21601 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/internal/widget/
H A DActionBarOverlayLayout.java79 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/android/service/wallpaper/
H A DWallpaperService.java161 final Rect mContentInsets = new Rect(); field in class:WallpaperService.Engine
551 out.print(" mContentInsets="); out.println(mContentInsets.toShortString());
652 Display.DEFAULT_DISPLAY, mContentInsets, mStableInsets, mOutsets,
677 View.VISIBLE, 0, mWinFrame, mOverscanInsets, mContentInsets,
695 mContentInsets.left += padding.left;
696 mContentInsets.top += padding.top;
697 mContentInsets.right += padding.right;
698 mContentInsets.bottom += padding.bottom;
719 insetsChanged |= !mDispatchedContentInsets.equals(mContentInsets);
[all...]
/frameworks/base/core/java/android/widget/
H A DToolbar.java135 private final RtlSpacingHelper mContentInsets = new RtlSpacingHelper(); field in class:Toolbar
242 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
246 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
327 mContentInsets.setDirection(layoutDirection == LAYOUT_DIRECTION_RTL);
938 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
957 return mContentInsets.getStart();
976 return mContentInsets.getEnd();
996 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
1015 return mContentInsets.getLeft();
1034 return mContentInsets
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java162 final Rect mContentInsets = new Rect(); field in class:WindowState
675 mContentInsets.set(mContentFrame.left - mFrame.left,
696 mContentInsets.scale(mInvGlobalScale);
720 + " ci=" + mContentInsets.toShortString()
835 mContentInsetsChanged |= !mLastContentInsets.equals(mContentInsets);
1707 pw.print(" content="); mContentInsets.printShortString(pw);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java152 private final RtlSpacingHelper mContentInsets = new RtlSpacingHelper(); field in class:Toolbar
258 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
262 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
344 mContentInsets.setDirection(layoutDirection == ViewCompat.LAYOUT_DIRECTION_RTL);
943 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
962 return mContentInsets.getStart();
981 return mContentInsets.getEnd();
1001 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
1020 return mContentInsets.getLeft();
1039 return mContentInsets
[all...]

Completed in 253 milliseconds