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

  /frameworks/base/core/java/android/view/
SurfaceView.java 101 final Rect mContentInsets = new Rect();
463 mVisible ? VISIBLE : GONE, mContentInsets);
484 mWinFrame, mContentInsets,
ViewRootImpl.java 552 getHostVisibility(), mAttachInfo.mContentInsets,
570 mTranslator.translateRectInScreenToAppWindow(mAttachInfo.mContentInsets);
572 mPendingContentInsets.set(mAttachInfo.mContentInsets);
    [all...]
View.java     [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 157 final Rect mContentInsets = new Rect();
518 out.print(" mContentInsets="); out.println(mContentInsets.toShortString());
607 if (mSession.add(mWindow, mWindow.mSeq, mLayout, View.VISIBLE, mContentInsets,
623 View.VISIBLE, 0, mWinFrame, mContentInsets,
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 131 final Rect mContentInsets = new Rect();
456 final Rect contentInsets = mContentInsets;
    [all...]
WindowManagerService.java     [all...]

Completed in 153 milliseconds