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

  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 168 final Rect mContentInsets = new Rect();
557 out.print(" mContentInsets="); out.println(mContentInsets.toShortString());
678 Display.DEFAULT_DISPLAY, mContentInsets, mInputChannel) < 0) {
698 View.VISIBLE, 0, mWinFrame, mOverscanInsets, mContentInsets,
715 mContentInsets.left += padding.left;
716 mContentInsets.top += padding.top;
717 mContentInsets.right += padding.right;
718 mContentInsets.bottom += padding.bottom;
735 insetsChanged |= !mDispatchedContentInsets.equals(mContentInsets);
    [all...]
  /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/widget/
Toolbar.java 126 private final RtlSpacingHelper mContentInsets = new RtlSpacingHelper();
230 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
234 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
296 mContentInsets.setDirection(layoutDirection == LAYOUT_DIRECTION_RTL);
886 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
905 return mContentInsets.getStart();
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 138 private final RtlSpacingHelper mContentInsets = new RtlSpacingHelper();
241 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
245 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
312 mContentInsets.setDirection(layoutDirection == ViewCompat.LAYOUT_DIRECTION_RTL);
890 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);
520 mWinFrame, mOverscanInsets, mContentInsets,
    [all...]
ViewRootImpl.java 529 mAttachInfo.mContentInsets, 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 157 final Rect mContentInsets = new Rect();
602 mContentInsets.set(mContentFrame.left - mFrame.left,
623 mContentInsets.scale(mInvGlobalScale);
646 + " ci=" + mContentInsets.toShortString()
752 mContentInsetsChanged |= !mLastContentInsets.equals(mContentInsets);
    [all...]
WindowManagerService.java     [all...]
WindowStateAnimator.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 1217 milliseconds