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

  /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/core/java/android/view/
SurfaceView.java 106 final Rect mContentInsets = new Rect();
489 mVisible ? VISIBLE : GONE, display.getDisplayId(), mContentInsets);
510 mWinFrame, mContentInsets,
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 136 final Rect mContentInsets = new Rect();
472 final Rect contentInsets = mContentInsets;
    [all...]

Completed in 60 milliseconds