Home
last modified time | relevance | path

Searched defs:surfaceInsets (Results 1 – 8 of 8) 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.java403 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded()
471 void setup(int width, int height, AttachInfo attachInfo, Rect surfaceInsets) { in setup()
DSurfaceView.java600 final Rect surfaceInsets = getParentSurfaceInsets(); in updateSurface() local
DWindowManager.java2173 public final Rect surfaceInsets = new Rect(); field in WindowManager.LayoutParams
DViewRootImpl.java2838 final Rect surfaceInsets = lp != null ? lp.surfaceInsets : null; in handleWindowFocusChanged() local
3546 final Rect surfaceInsets = params != null ? params.surfaceInsets : null; in draw() local
3656 boolean scalingRequired, Rect dirty, Rect surfaceInsets) { in drawSoftware()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java1225 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean freeform, in createAspectScaledThumbnailEnterExitAnimationLocked()
1359 @Nullable Rect surfaceInsets, int taskId) { in createAspectScaledThumbnailEnterFreeformAnimationLocked()
1366 @Nullable Rect surfaceInsets, int taskId) { in createAspectScaledThumbnailExitFreeformAnimationLocked()
1373 Rect destFrame, @Nullable Rect surfaceInsets, boolean enter) { in createAspectScaledThumbnailFreeformAnimationLocked()
1614 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean isVoiceInteraction, in loadAnimation()
DAppWindowToken.java2643 Rect surfaceInsets = null; in loadAnimation() local
/frameworks/base/core/java/android/widget/
DMagnifier.java534 final Rect surfaceInsets = viewRootImpl.mWindowAttributes.surfaceInsets; in obtainSurfaces() local
599 final Rect surfaceInsets = mView.getViewRootImpl().mWindowAttributes.surfaceInsets; in obtainContentCoordinates() local