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

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 78 private final Rect mContentInsets = new Rect();
428 mContentInsets.set(mBaseContentInsets);
431 mContentInsets.top += topInset;
432 mContentInsets.bottom += bottomInset;
437 applyInsets(mContent, mContentInsets, true, true, true, true);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarOverlayLayout.java 77 private final Rect mContentInsets = new Rect();
433 mContentInsets.set(mBaseContentInsets);
436 mContentInsets.top += topInset;
437 mContentInsets.bottom += bottomInset;
442 applyInsets(mContent, mContentInsets, true, true, true, true);
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 167 final Rect mContentInsets = new Rect();
546 out.print(" mContentInsets="); out.println(mContentInsets.toShortString());
667 Display.DEFAULT_DISPLAY, mContentInsets, mStableInsets,
688 View.VISIBLE, 0, mWinFrame, mOverscanInsets, mContentInsets,
705 mContentInsets.left += padding.left;
706 mContentInsets.top += padding.top;
707 mContentInsets.right += padding.right;
708 mContentInsets.bottom += padding.bottom;
725 insetsChanged |= !mDispatchedContentInsets.equals(mContentInsets);
    [all...]
  /frameworks/base/core/java/android/widget/
Toolbar.java 131 private final RtlSpacingHelper mContentInsets = new RtlSpacingHelper();
235 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
239 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
302 mContentInsets.setDirection(layoutDirection == LAYOUT_DIRECTION_RTL);
892 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 139 private final RtlSpacingHelper mContentInsets = new RtlSpacingHelper();
243 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
247 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
315 mContentInsets.setDirection(layoutDirection == ViewCompat.LAYOUT_DIRECTION_RTL);
893 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 107 final Rect mContentInsets = new Rect();
499 mVisible ? VISIBLE : GONE, display.getDisplayId(), mContentInsets,
521 mWinFrame, mOverscanInsets, mContentInsets,
    [all...]
ViewRootImpl.java 529 mAttachInfo.mContentInsets, mAttachInfo.mStableInsets, mInputChannel);
546 mTranslator.translateRectInScreenToAppWindow(mAttachInfo.mContentInsets);
549 mPendingContentInsets.set(mAttachInfo.mContentInsets);
    [all...]
View.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 158 final Rect mContentInsets = new Rect();
623 mContentInsets.set(mContentFrame.left - mFrame.left,
644 mContentInsets.scale(mInvGlobalScale);
667 + " ci=" + mContentInsets.toShortString()
772 mContentInsetsChanged |= !mLastContentInsets.equals(mContentInsets);
    [all...]
WindowManagerService.java     [all...]
WindowStateAnimator.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 789 milliseconds