| /frameworks/base/core/tests/coretests/src/android/window/ | 
| D | SnapshotDrawerUtilsTest.java | 64     private void setupSurface(int width, int height, Rect contentInsets,  in setupSurface()86             Rect contentInsets) {  in createTaskSnapshot()
 161         final Rect contentInsets = new Rect(0, 10, 0, 10);  in testCalculateSnapshotCrop()  local
 169         final Rect contentInsets = new Rect(0, 10, 0, 10);  in testCalculateSnapshotCrop_taskNotOnTop()  local
 177         final Rect contentInsets = new Rect(0, 10, 0, 0);  in testCalculateSnapshotCrop_navBarLeft()  local
 185         final Rect contentInsets = new Rect(0, 10, 10, 0);  in testCalculateSnapshotCrop_navBarRight()  local
 193         final Rect contentInsets = new Rect(5, 10, 5, 10);  in testCalculateSnapshotCrop_waterfall()  local
 
 | 
| /frameworks/base/core/java/android/view/ | 
| D | RemoteAnimationTarget.java | 129     public final Rect contentInsets;  field in RemoteAnimationTarget254             Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position,  in RemoteAnimationTarget()
 266             Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position,  in RemoteAnimationTarget()
 
 | 
| D | IWindowSession.aidl | 128     oneway void setInsets(IWindow window, int touchableInsets, in Rect contentInsets,  in setInsets()
 | 
| D | ViewTreeObserver.java | 248         public final Rect contentInsets = new Rect();  field in ViewTreeObserver.InternalInsetsInfo
 | 
| D | WindowlessWindowManager.java | 453             android.graphics.Rect contentInsets, android.graphics.Rect visibleInsets,  in setInsets()
 | 
| D | ViewRootImpl.java | 3831         Rect contentInsets = null;  in performTraversals()  local
 | 
| /frameworks/base/core/java/android/window/ | 
| D | TaskSnapshot.java | 75             Rect contentInsets, Rect letterboxInsets, boolean isLowResolution,  in TaskSnapshot()
 | 
| /frameworks/base/services/core/java/com/android/server/wm/ | 
| D | AbsAppSnapshotController.java | 322         final Rect contentInsets = getSystemBarInsets(mainWindow.getFrame(),  in prepareTaskSnapshot()  local433         final Rect contentInsets = new Rect(systemBarInsets);  in drawAppThemeSnapshot()  local
 
 | 
| D | RecentsAnimationController.java | 536             final Rect contentInsets;  in startAnimation()  local
 | 
| D | Session.java | 281             Rect contentInsets, Rect visibleInsets, Region touchableArea) {  in setInsets()
 | 
| D | AppTransition.java | 680     Animation createThumbnailAspectScaleAnimationLocked(Rect appRect, @Nullable Rect contentInsets,  in createThumbnailAspectScaleAnimationLocked()
 | 
| D | WindowManagerService.java | 2062     void setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets,  in setInsetsWindow()
 | 
| /frameworks/base/services/tests/wmtests/src/com/android/server/wm/ | 
| D | TaskSnapshotControllerTest.java | 159         final Rect contentInsets = new Rect(1, 2, 3, 4);  in testSnapshotBuilder()  local
 | 
| /frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/ | 
| D | StartingSurfaceDrawerTests.java | 362             Rect contentInsets, boolean hasImeSurface) {  in createTaskSnapshot()
 | 
| /frameworks/base/graphics/java/android/graphics/drawable/ | 
| D | InsetDrawable.java | 248         final Insets contentInsets = super.getOpticalInsets();  in getOpticalInsets()  local
 | 
| /frameworks/base/core/java/android/content/res/ | 
| D | CompatibilityInfo.java | 498         public Rect getTranslatedContentInsets(Rect contentInsets) {  in getTranslatedContentInsets()
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ | 
| D | PrivacyDotViewController.kt | 272         var contentInsets = state.contentRectForRotation(rot)  in <lambda>()  variable
 | 
| /frameworks/base/core/java/com/android/internal/policy/ | 
| D | TransitionAnimation.java | 414     public Animation createRelaunchAnimation(Rect containingFrame, Rect contentInsets,  in createRelaunchAnimation()728             boolean scaleUp, int orientation, int transit, Rect containingFrame, Rect contentInsets,  in createAspectScaledThumbnailEnterExitAnimationLocked()
 864             @Nullable Rect contentInsets, HardwareBuffer thumbnailHeader, int orientation,  in createThumbnailAspectScaleAnimationLocked()
 
 | 
| /frameworks/base/core/java/android/service/voice/ | 
| D | VoiceInteractionSession.java | 1035         public final Rect contentInsets = new Rect();  field in VoiceInteractionSession.Insets
 | 
| /frameworks/base/core/java/android/service/wallpaper/ | 
| D | WallpaperService.java | 1323                     final Rect contentInsets = windowInsets.getSystemWindowInsets().toRect();  in updateSurface()  local
 | 
| /frameworks/base/core/java/android/app/ | 
| D | ActivityManager.java | 2362             public @Nullable Rect contentInsets;  field in ActivityManager.RecentTaskInfo.PersistedTaskSnapshotData
 |