Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DWindowLayout.java335 final Rect surfaceInsets = attrs.surfaceInsets; in computeSurfaceSize() local
H A DThreadedRenderer.java431 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded()
515 void setup(int width, int height, AttachInfo attachInfo, Rect surfaceInsets) { in setup()
H A DSurfaceView.java1081 final Rect surfaceInsets = viewRoot.mWindowAttributes.surfaceInsets; in updateSurface() local
H A DWindowManager.java3674 public final Rect surfaceInsets = new Rect(); field in WindowManager.LayoutParams
H A DViewRootImpl.java4228 final Rect surfaceInsets = mWindowAttributes.surfaceInsets; in dispatchFocusEvent() local
5060 final Rect surfaceInsets = params != null ? params.surfaceInsets : null; in draw() local
5190 boolean scalingRequired, Rect dirty, Rect surfaceInsets) { in drawSoftware()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java729 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean freeform, in createAspectScaledThumbnailEnterExitAnimationLocked()
1023 @Nullable Rect surfaceInsets, @Nullable Rect startRect, in createAspectScaledThumbnailEnterFreeformAnimationLocked()
1031 @Nullable Rect surfaceInsets, @Nullable Rect startRect, in createAspectScaledThumbnailExitFreeformAnimationLocked()
1048 Rect destFrame, @Nullable Rect surfaceInsets, boolean enter) { in createAspectScaledThumbnailFreeformAnimationLocked()
/aosp14/frameworks/base/graphics/java/android/view/
H A DPixelCopy.java291 final Rect surfaceInsets = root.mWindowAttributes.surfaceInsets; in sourceForWindow() local
/aosp14/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
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java692 Rect destFrame, @Nullable Rect surfaceInsets, boolean enter) { in createAspectScaledThumbnailFreeformAnimationLocked()
766 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean isVoiceInteraction, in loadAnimation()
H A DWindowContainer.java3378 final Rect surfaceInsets = new Rect(); in loadAnimation() local
H A DWindowState.java5325 private void transformSurfaceInsetsPosition(Point outPos, Rect surfaceInsets) { in transformSurfaceInsetsPosition()