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

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 77 private final Rect mContentInsets = new Rect();
432 mContentInsets.set(mBaseContentInsets);
435 mContentInsets.top += topInset;
436 mContentInsets.bottom += bottomInset;
441 applyInsets(mContent, mContentInsets, true, true, true, true);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarOverlayLayout.java 81 private final Rect mContentInsets = new Rect();
380 mContentInsets.set(mBaseContentInsets);
383 mContentInsets.top += topInset;
384 mContentInsets.bottom += bottomInset;
389 applyInsets(mContent, mContentInsets, true, true, true, true);
Toolbar.java 172 private RtlSpacingHelper mContentInsets;
285 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
289 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
486 mContentInsets.setDirection(layoutDirection == ViewCompat.LAYOUT_DIRECTION_RTL);
    [all...]
  /frameworks/base/core/java/android/widget/
Toolbar.java 165 private RtlSpacingHelper mContentInsets;
275 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
279 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
495 mContentInsets.setDirection(layoutDirection == LAYOUT_DIRECTION_RTL);
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 169 final Rect mContentInsets = new Rect();
651 out.print(" mContentInsets="); out.println(mContentInsets.toShortString());
752 Display.DEFAULT_DISPLAY, mContentInsets, mStableInsets, mOutsets,
777 View.VISIBLE, 0, mWinFrame, mOverscanInsets, mContentInsets,
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
TaskSnapshotSurface.java 117 private final Rect mContentInsets = new Rect();
269 mContentInsets.set(contentInsets);
377 mContentInsets.left);
462 private final Rect mContentInsets = new Rect();
487 mContentInsets.set(contentInsets);
496 return getColorViewTopInset(mStableInsets.top, mContentInsets.top);
518 mContentInsets.right);
527 getNavigationBarRect(c.getWidth(), c.getHeight(), mStableInsets, mContentInsets,
WindowState.java 267 final Rect mContentInsets = new Rect();
    [all...]
  /cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
WindowManagerState.java     [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.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 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 199 milliseconds