HomeSort by relevance Sort by last modified time
    Searched defs:mContentInsets (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 77 private final Rect mContentInsets = new Rect();
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/widget/
Toolbar.java 135 private final RtlSpacingHelper mContentInsets = new RtlSpacingHelper();
242 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
246 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
327 mContentInsets.setDirection(layoutDirection == LAYOUT_DIRECTION_RTL);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 152 private final RtlSpacingHelper mContentInsets = new RtlSpacingHelper();
258 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
262 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
344 mContentInsets.setDirection(layoutDirection == ViewCompat.LAYOUT_DIRECTION_RTL);
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 161 final Rect mContentInsets = new Rect();
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/view/
SurfaceView.java 107 final Rect mContentInsets = new Rect();
500 mVisible ? VISIBLE : GONE, display.getDisplayId(), mContentInsets,
522 mWinFrame, mOverscanInsets, mContentInsets,
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarOverlayLayout.java 79 private final Rect mContentInsets = new Rect();
373 mContentInsets.set(mBaseContentInsets);
376 mContentInsets.top += topInset;
377 mContentInsets.bottom += bottomInset;
382 applyInsets(mContent, mContentInsets, true, true, true, true);
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 162 final Rect mContentInsets = new Rect();
675 mContentInsets.set(mContentFrame.left - mFrame.left,
696 mContentInsets.scale(mInvGlobalScale);
720 + " ci=" + mContentInsets.toShortString()
835 mContentInsetsChanged |= !mLastContentInsets.equals(mContentInsets);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 267 milliseconds