Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowLayout.java335 final Rect surfaceInsets = attrs.surfaceInsets; in computeSurfaceSize() local
DThreadedRenderer.java431 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded()
515 void setup(int width, int height, AttachInfo attachInfo, Rect surfaceInsets) { in setup()
DSurfaceView.java1180 final Rect surfaceInsets = viewRoot.mWindowAttributes.surfaceInsets; in updateSurface() local
DWindowManager.java3864 public final Rect surfaceInsets = new Rect(); field in WindowManager.LayoutParams
DViewRootImpl.java4669 final Rect surfaceInsets = mWindowAttributes.surfaceInsets; in dispatchFocusEvent() local
5577 final Rect surfaceInsets = params != null ? params.surfaceInsets : null; in draw() local
5710 boolean scalingRequired, Rect dirty, Rect surfaceInsets) { in drawSoftware()
/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java727 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean freeform, in createAspectScaledThumbnailEnterExitAnimationLocked()
1007 @Nullable Rect surfaceInsets, @Nullable Rect startRect, in createAspectScaledThumbnailEnterFreeformAnimationLocked()
1015 @Nullable Rect surfaceInsets, @Nullable Rect startRect, in createAspectScaledThumbnailExitFreeformAnimationLocked()
1032 Rect destFrame, @Nullable Rect surfaceInsets, boolean enter) { in createAspectScaledThumbnailFreeformAnimationLocked()
/frameworks/base/graphics/java/android/view/
DPixelCopy.java291 final Rect surfaceInsets = root.mWindowAttributes.surfaceInsets; in sourceForWindow() local
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java679 Rect destFrame, @Nullable Rect surfaceInsets, boolean enter) { in createAspectScaledThumbnailFreeformAnimationLocked()
753 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean isVoiceInteraction, in loadAnimation()
DWindowState.java5395 private void transformSurfaceInsetsPosition(Point outPos, Rect surfaceInsets) { in transformSurfaceInsetsPosition()
DWindowContainer.java3359 final Rect surfaceInsets = new Rect(); in loadAnimation() local
/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