Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java592 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean freeform, in createAspectScaledThumbnailEnterExitAnimationLocked()
746 @Nullable Rect surfaceInsets, @Nullable Rect startRect, in createAspectScaledThumbnailEnterFreeformAnimationLocked()
754 @Nullable Rect surfaceInsets, @Nullable Rect startRect, in createAspectScaledThumbnailExitFreeformAnimationLocked()
771 Rect destFrame, @Nullable Rect surfaceInsets, boolean enter) { in createAspectScaledThumbnailFreeformAnimationLocked()
/frameworks/base/graphics/java/android/view/
DPixelCopy.java269 final Rect surfaceInsets = root.mWindowAttributes.surfaceInsets; in request() local
/frameworks/base/core/java/android/view/
DThreadedRenderer.java361 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded()
432 void setup(int width, int height, AttachInfo attachInfo, Rect surfaceInsets) { in setup()
DWindowlessWindowManager.java482 final Rect surfaceInsets = attrs.surfaceInsets; in getSurfaceWidth() local
487 final Rect surfaceInsets = attrs.surfaceInsets; in getSurfaceHeight() local
DSurfaceView.java1143 final Rect surfaceInsets = viewRoot.mWindowAttributes.surfaceInsets; in updateSurface() local
DWindowManager.java2823 public final Rect surfaceInsets = new Rect(); field in WindowManager.LayoutParams
DViewRootImpl.java3441 final Rect surfaceInsets = mWindowAttributes.surfaceInsets; in handleWindowFocusChanged() local
4354 final Rect surfaceInsets = params != null ? params.surfaceInsets : null; in draw() local
4464 boolean scalingRequired, Rect dirty, Rect surfaceInsets) { in drawSoftware()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java862 @Nullable Rect surfaceInsets, WindowContainer container) { in createAspectScaledThumbnailEnterFreeformAnimationLocked()
869 @Nullable Rect surfaceInsets, WindowContainer container) { in createAspectScaledThumbnailExitFreeformAnimationLocked()
876 Rect destFrame, @Nullable Rect surfaceInsets, boolean enter) { in createAspectScaledThumbnailFreeformAnimationLocked()
992 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean isVoiceInteraction, in loadAnimation()
DWindowContainer.java2754 final Rect surfaceInsets = new Rect(); in loadAnimation() local
DWindowState.java5592 private void transformSurfaceInsetsPosition(Point outPos, Rect surfaceInsets) { in transformSurfaceInsetsPosition()
/frameworks/base/core/java/android/widget/
DMagnifier.java634 final Rect surfaceInsets = viewRootImpl.mWindowAttributes.surfaceInsets; in obtainSurfaces() local
699 final Rect surfaceInsets = mView.getViewRootImpl().mWindowAttributes.surfaceInsets; in obtainContentCoordinates() local