Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java1124 @Nullable Rect surfaceInsets, boolean freeform, int taskId) { in createAspectScaledThumbnailEnterExitAnimationLocked()
1250 @Nullable Rect surfaceInsets, int taskId) { in createAspectScaledThumbnailEnterFreeformAnimationLocked()
1257 @Nullable Rect surfaceInsets, int taskId) { in createAspectScaledThumbnailExitFreeformAnimationLocked()
1264 Rect destFrame, @Nullable Rect surfaceInsets, boolean enter) { in createAspectScaledThumbnailFreeformAnimationLocked()
1500 @Nullable Rect surfaceInsets, boolean isVoiceInteraction, boolean freeform, in loadAnimation()
DWindowStateAnimator.java1307 final Rect surfaceInsets = w.getAttrs().surfaceInsets; in adjustCropToStackBounds() local
DWindowManagerService.java2324 Rect surfaceInsets = null; in applyAnimationLocked() local
/frameworks/base/core/java/android/view/
DThreadedRenderer.java455 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded()
528 void setup(int width, int height, AttachInfo attachInfo, Rect surfaceInsets) { in setup()
DSurfaceView.java528 final Rect surfaceInsets = getParentSurfaceInsets(); in updateSurface() local
DWindowManager.java1638 public final Rect surfaceInsets = new Rect(); field in WindowManager.LayoutParams
DViewRootImpl.java2919 final Rect surfaceInsets = params != null ? params.surfaceInsets : null; in draw() local
3826 final Rect surfaceInsets = lp != null ? lp.surfaceInsets : null; in handleMessage() local