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 106 final Rect mContentInsets = new Rect();
489 mVisible ? VISIBLE : GONE, display.getDisplayId(), mContentInsets);
510 mWinFrame, mContentInsets,
ViewRootImpl.java 536 mAttachInfo.mContentInsets, mInputChannel);
553 mTranslator.translateRectInScreenToAppWindow(mAttachInfo.mContentInsets);
555 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, mContentInsets,
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 136 final Rect mContentInsets = new Rect();
472 final Rect contentInsets = mContentInsets;
    [all...]
WindowManagerService.java     [all...]

Completed in 241 milliseconds