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

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarOverlayLayout.java 81 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);
Toolbar.java 176 private RtlSpacingHelper mContentInsets;
289 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
293 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
489 mContentInsets.setDirection(layoutDirection == ViewCompat.LAYOUT_DIRECTION_RTL);
    [all...]
  /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 164 private RtlSpacingHelper mContentInsets;
274 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
278 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
474 mContentInsets.setDirection(layoutDirection == LAYOUT_DIRECTION_RTL);
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 162 final Rect mContentInsets = new Rect();
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/
SurfaceView.java 114 final Rect mContentInsets = new Rect();
519 mVisible ? VISIBLE : GONE, display.getDisplayId(), mContentInsets,
542 mWinFrame, mOverscanInsets, mContentInsets,
    [all...]
View.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 223 final Rect mContentInsets = new Rect();
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 611 milliseconds