Searched defs:surfaceInsets (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppTransition.java | 1124 @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()
|
D | WindowStateAnimator.java | 1307 final Rect surfaceInsets = w.getAttrs().surfaceInsets; in adjustCropToStackBounds() local
|
D | WindowManagerService.java | 2324 Rect surfaceInsets = null; in applyAnimationLocked() local
|
/frameworks/base/core/java/android/view/ |
D | ThreadedRenderer.java | 455 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded() 528 void setup(int width, int height, AttachInfo attachInfo, Rect surfaceInsets) { in setup()
|
D | SurfaceView.java | 528 final Rect surfaceInsets = getParentSurfaceInsets(); in updateSurface() local
|
D | WindowManager.java | 1638 public final Rect surfaceInsets = new Rect(); field in WindowManager.LayoutParams
|
D | ViewRootImpl.java | 2919 final Rect surfaceInsets = params != null ? params.surfaceInsets : null; in draw() local 3826 final Rect surfaceInsets = lp != null ? lp.surfaceInsets : null; in handleMessage() local
|