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

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 51 private final Rect mContentInsets = new Rect();
283 mContentInsets.set(mBaseContentInsets);
286 mContentInsets.top += topInset;
287 mContentInsets.bottom += bottomInset;
292 applyInsets(mContent, mContentInsets, true, true, true, true);
  /frameworks/base/core/java/android/view/
SurfaceView.java 107 final Rect mContentInsets = new Rect();
491 mVisible ? VISIBLE : GONE, display.getDisplayId(), mContentInsets);
512 mWinFrame, mOverscanInsets, mContentInsets,
    [all...]
ViewRootImpl.java 527 mAttachInfo.mContentInsets, mInputChannel);
544 mTranslator.translateRectInScreenToAppWindow(mAttachInfo.mContentInsets);
547 mPendingContentInsets.set(mAttachInfo.mContentInsets);
    [all...]
View.java     [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 157 final Rect mContentInsets = new Rect();
525 out.print(" mContentInsets="); out.println(mContentInsets.toShortString());
616 Display.DEFAULT_DISPLAY, mContentInsets, mInputChannel) < 0) {
631 View.VISIBLE, 0, mWinFrame, mOverscanInsets, mContentInsets,
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 153 final Rect mContentInsets = new Rect();
542 final Rect contentInsets = mContentInsets;
    [all...]
WindowManagerService.java     [all...]

Completed in 2601 milliseconds