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 448 * @param surfaceInsets The drawing surface insets to apply
454 Surface surface, Rect surfaceInsets) throws OutOfResourcesException {
459 setup(width, height, attachInfo, surfaceInsets);
544 * @param surfaceInsets The drawing surface insets to apply
546 void setup(int width, int height, AttachInfo attachInfo, Rect surfaceInsets) {
550 if (surfaceInsets != null && (surfaceInsets.left != 0 || surfaceInsets.right != 0
551 || surfaceInsets.top != 0 || surfaceInsets.bottom != 0))
    [all...]
ViewRootImpl.java     [all...]
View.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowStateAnimator.java 736 // Don't make surface with surfaceInsets opaque as they display a
738 && attrs.surfaceInsets.left == 0
739 && attrs.surfaceInsets.top == 0
740 && attrs.surfaceInsets.right == 0
741 && attrs.surfaceInsets.bottom == 0
    [all...]
AppTransition.java     [all...]
WindowManagerService.java     [all...]
WindowState.java     [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 669 mLayout.surfaceInsets.set(mIWallpaperEngine.mDisplayPadding);
670 mLayout.surfaceInsets.left += mOutsets.left;
671 mLayout.surfaceInsets.top += mOutsets.top;
672 mLayout.surfaceInsets.right += mOutsets.right;
673 mLayout.surfaceInsets.bottom += mOutsets.bottom;
675 mLayout.surfaceInsets.set(0, 0, 0, 0);
    [all...]

Completed in 168 milliseconds