Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java361 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded()
432 void setup(int width, int height, AttachInfo attachInfo, Rect surfaceInsets) { in setup()
H A DWindowlessWindowManager.java482 final Rect surfaceInsets = attrs.surfaceInsets; in getSurfaceWidth() local
487 final Rect surfaceInsets = attrs.surfaceInsets; in getSurfaceHeight() local
H A DSurfaceView.java1129 final Rect surfaceInsets = viewRoot.mWindowAttributes.surfaceInsets; in updateSurface() local
H A DViewRootImpl.java3515 final Rect surfaceInsets = mWindowAttributes.surfaceInsets; in handleWindowFocusChanged() local
4467 final Rect surfaceInsets = params != null ? params.surfaceInsets : null; in draw() local
4577 boolean scalingRequired, Rect dirty, Rect surfaceInsets) { in drawSoftware()
H A DWindowManager.java2897 public final Rect surfaceInsets = new Rect(); field in WindowManager.LayoutParams
/aosp12/frameworks/base/graphics/java/android/view/
H A DPixelCopy.java269 final Rect surfaceInsets = root.mWindowAttributes.surfaceInsets; in request() local
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java655 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean freeform, in createAspectScaledThumbnailEnterExitAnimationLocked()
950 @Nullable Rect surfaceInsets, @Nullable Rect startRect, in createAspectScaledThumbnailEnterFreeformAnimationLocked()
958 @Nullable Rect surfaceInsets, @Nullable Rect startRect, in createAspectScaledThumbnailExitFreeformAnimationLocked()
975 Rect destFrame, @Nullable Rect surfaceInsets, boolean enter) { in createAspectScaledThumbnailFreeformAnimationLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java714 @Nullable Rect surfaceInsets, WindowContainer container) { in createAspectScaledThumbnailEnterFreeformAnimationLocked()
721 @Nullable Rect surfaceInsets, WindowContainer container) { in createAspectScaledThumbnailExitFreeformAnimationLocked()
728 Rect destFrame, @Nullable Rect surfaceInsets, boolean enter) { in createAspectScaledThumbnailFreeformAnimationLocked()
844 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean isVoiceInteraction, in loadAnimation()
H A DWindowContainer.java2898 final Rect surfaceInsets = new Rect(); in loadAnimation() local
H A DWindowState.java5739 private void transformSurfaceInsetsPosition(Point outPos, Rect surfaceInsets) { in transformSurfaceInsetsPosition()
/aosp12/frameworks/base/core/java/android/widget/
H A DMagnifier.java634 final Rect surfaceInsets = viewRootImpl.mWindowAttributes.surfaceInsets; in obtainSurfaces() local
699 final Rect surfaceInsets = mView.getViewRootImpl().mWindowAttributes.surfaceInsets; in obtainContentCoordinates() local