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

  /frameworks/base/core/java/android/view/
WindowManager.java     [all...]
ThreadedRenderer.java 450 * @param surfaceInsets The drawing surface insets to apply
456 Surface surface, Rect surfaceInsets) throws OutOfResourcesException {
461 setup(width, height, attachInfo, surfaceInsets);
536 * @param surfaceInsets The drawing surface insets to apply
538 void setup(int width, int height, AttachInfo attachInfo, Rect surfaceInsets) {
542 if (surfaceInsets != null && (surfaceInsets.left != 0 || surfaceInsets.right != 0
543 || surfaceInsets.top != 0 || surfaceInsets.bottom != 0))
    [all...]
ViewRootImpl.java     [all...]
View.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowStateAnimator.java 737 // Don't make surface with surfaceInsets opaque as they display a
739 && attrs.surfaceInsets.left == 0
740 && attrs.surfaceInsets.top == 0
741 && attrs.surfaceInsets.right == 0
742 && attrs.surfaceInsets.bottom == 0
    [all...]
AppTransition.java     [all...]
WindowManagerService.java     [all...]
WindowState.java     [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 670 mLayout.surfaceInsets.set(mIWallpaperEngine.mDisplayPadding);
671 mLayout.surfaceInsets.left += mOutsets.left;
672 mLayout.surfaceInsets.top += mOutsets.top;
673 mLayout.surfaceInsets.right += mOutsets.right;
674 mLayout.surfaceInsets.bottom += mOutsets.bottom;
676 mLayout.surfaceInsets.set(0, 0, 0, 0);
    [all...]

Completed in 1039 milliseconds