Home
last modified time | relevance | path

Searched defs:contentInsets (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/window/
DSnapshotDrawerUtilsTest.java64 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/
DRemoteAnimationTarget.java129 public final Rect contentInsets; field in RemoteAnimationTarget
254 Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position, in RemoteAnimationTarget()
266 Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position, in RemoteAnimationTarget()
DIWindowSession.aidl128 oneway void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets()
DViewTreeObserver.java248 public final Rect contentInsets = new Rect(); field in ViewTreeObserver.InternalInsetsInfo
DWindowlessWindowManager.java453 android.graphics.Rect contentInsets, android.graphics.Rect visibleInsets, in setInsets()
DViewRootImpl.java3831 Rect contentInsets = null; in performTraversals() local
/frameworks/base/core/java/android/window/
DTaskSnapshot.java75 Rect contentInsets, Rect letterboxInsets, boolean isLowResolution, in TaskSnapshot()
/frameworks/base/services/core/java/com/android/server/wm/
DAbsAppSnapshotController.java322 final Rect contentInsets = getSystemBarInsets(mainWindow.getFrame(), in prepareTaskSnapshot() local
433 final Rect contentInsets = new Rect(systemBarInsets); in drawAppThemeSnapshot() local
DRecentsAnimationController.java536 final Rect contentInsets; in startAnimation() local
DSession.java281 Rect contentInsets, Rect visibleInsets, Region touchableArea) { in setInsets()
DAppTransition.java680 Animation createThumbnailAspectScaleAnimationLocked(Rect appRect, @Nullable Rect contentInsets, in createThumbnailAspectScaleAnimationLocked()
DWindowManagerService.java2062 void setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, in setInsetsWindow()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotControllerTest.java159 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/
DStartingSurfaceDrawerTests.java362 Rect contentInsets, boolean hasImeSurface) { in createTaskSnapshot()
/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java248 final Insets contentInsets = super.getOpticalInsets(); in getOpticalInsets() local
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java498 public Rect getTranslatedContentInsets(Rect contentInsets) { in getTranslatedContentInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt272 var contentInsets = state.contentRectForRotation(rot) in <lambda>() variable
/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java414 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/
DVoiceInteractionSession.java1035 public final Rect contentInsets = new Rect(); field in VoiceInteractionSession.Insets
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java1323 final Rect contentInsets = windowInsets.getSystemWindowInsets().toRect(); in updateSurface() local
/frameworks/base/core/java/android/app/
DActivityManager.java2362 public @Nullable Rect contentInsets; field in ActivityManager.RecentTaskInfo.PersistedTaskSnapshotData