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

  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 164 final Rect mOutsets = new Rect();
655 Display.DEFAULT_DISPLAY, mContentInsets, mStableInsets, mOutsets,
671 mLayout.surfaceInsets.left += mOutsets.left;
672 mLayout.surfaceInsets.top += mOutsets.top;
673 mLayout.surfaceInsets.right += mOutsets.right;
674 mLayout.surfaceInsets.bottom += mOutsets.bottom;
681 mVisibleInsets, mStableInsets, mOutsets, mBackdropFrame,
692 w += padding.left + padding.right + mOutsets.left + mOutsets.right;
693 h += padding.top + padding.bottom + mOutsets.top + mOutsets.bottom
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
DecorView.java 202 private Rect mOutsets = new Rect();
671 getOutsets(mOutsets);
672 if (mOutsets.top > 0 || mOutsets.bottom > 0) {
677 height + mOutsets.top + mOutsets.bottom, mode);
680 if (mOutsets.left > 0 || mOutsets.right > 0) {
685 width + mOutsets.left + mOutsets.right, mode)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 246 final Rect mOutsets = new Rect();
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 116 final Rect mOutsets = new Rect();
547 mVisibleInsets, mStableInsets, mOutsets, mBackdropFrame,
    [all...]
ViewRootImpl.java 643 mAttachInfo.mOutsets, mInputChannel);
    [all...]
View.java     [all...]

Completed in 247 milliseconds