Home
last modified time | relevance | path

Searched defs:surfaceInsets (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/graphics/java/android/view/
DPixelCopy.java269 final Rect surfaceInsets = root.mWindowAttributes.surfaceInsets; in request() local
/frameworks/base/core/java/android/view/
DThreadedRenderer.java386 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded()
457 void setup(int width, int height, AttachInfo attachInfo, Rect surfaceInsets) { in setup()
DWindowlessWindowManager.java462 final Rect surfaceInsets = attrs.surfaceInsets; in getSurfaceWidth() local
467 final Rect surfaceInsets = attrs.surfaceInsets; in getSurfaceHeight() local
DSurfaceView.java971 final Rect surfaceInsets = viewRoot.mWindowAttributes.surfaceInsets; in updateSurface() local
DWindowManager.java2365 public final Rect surfaceInsets = new Rect(); field in WindowManager.LayoutParams
DViewRootImpl.java3235 final Rect surfaceInsets = lp != null ? lp.surfaceInsets : null; in handleWindowFocusChanged() local
4042 final Rect surfaceInsets = params != null ? params.surfaceInsets : null; in draw() local
4152 boolean scalingRequired, Rect dirty, Rect surfaceInsets) { in drawSoftware()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java1235 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean freeform, in createAspectScaledThumbnailEnterExitAnimationLocked()
1369 @Nullable Rect surfaceInsets, WindowContainer container) { in createAspectScaledThumbnailEnterFreeformAnimationLocked()
1376 @Nullable Rect surfaceInsets, WindowContainer container) { in createAspectScaledThumbnailExitFreeformAnimationLocked()
1383 Rect destFrame, @Nullable Rect surfaceInsets, boolean enter) { in createAspectScaledThumbnailFreeformAnimationLocked()
1608 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean isVoiceInteraction, in loadAnimation()
DWindowContainer.java2337 final Rect surfaceInsets = new Rect(); in loadAnimation() local
DWindowState.java5458 private void transformSurfaceInsetsPosition(Point outPos, Rect surfaceInsets) { in transformSurfaceInsetsPosition()
/frameworks/base/core/java/android/widget/
DMagnifier.java643 final Rect surfaceInsets = viewRootImpl.mWindowAttributes.surfaceInsets; in obtainSurfaces() local
708 final Rect surfaceInsets = mView.getViewRootImpl().mWindowAttributes.surfaceInsets; in obtainContentCoordinates() local