Home
last modified time | relevance | path

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

/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.aidl139 oneway void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets()
DViewTreeObserver.java250 public final Rect contentInsets = new Rect(); field in ViewTreeObserver.InternalInsetsInfo
DWindowlessWindowManager.java375 android.graphics.Rect contentInsets, android.graphics.Rect visibleInsets, in setInsets()
DViewRootImpl.java3516 Rect contentInsets = null; in performTraversals() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindowTest.java71 private void setupSurface(int width, int height, Rect contentInsets, int sysuiVis, in setupSurface()
91 Rect contentInsets) { in createTaskSnapshot()
DStartingSurfaceDrawerTests.java376 Rect contentInsets, boolean hasImeSurface) { in createTaskSnapshot()
/frameworks/base/core/java/android/window/
DTaskSnapshot.java71 Rect contentInsets, Rect letterboxInsets, boolean isLowResolution, in TaskSnapshot()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotControllerTest.java146 final Rect contentInsets = new Rect(1, 2, 3, 4); in testSnapshotBuilder() local
/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java378 public Animation createRelaunchAnimation(Rect containingFrame, Rect contentInsets, in createRelaunchAnimation()
692 boolean scaleUp, int orientation, int transit, Rect containingFrame, Rect contentInsets, in createAspectScaledThumbnailEnterExitAnimationLocked()
828 @Nullable Rect contentInsets, HardwareBuffer thumbnailHeader, int orientation, in createThumbnailAspectScaleAnimationLocked()
/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.java486 public Rect getTranslatedContentInsets(Rect contentInsets) { in getTranslatedContentInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt267 var contentInsets = state.contentRectForRotation(rot) in <lambda>() variable
/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimationController.java543 final Rect contentInsets; in startAnimation() local
DSession.java280 Rect contentInsets, Rect visibleInsets, Region touchableArea) { in setInsets()
DAppTransition.java691 Animation createThumbnailAspectScaleAnimationLocked(Rect appRect, @Nullable Rect contentInsets, in createThumbnailAspectScaleAnimationLocked()
DWindowManagerService.java2189 void setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, in setInsetsWindow()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java1016 public final Rect contentInsets = new Rect(); field in VoiceInteractionSession.Insets
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java1272 final Rect contentInsets = windowInsets.getSystemWindowInsets().toRect(); in updateSurface() local
/frameworks/base/core/java/android/app/
DActivityManager.java2052 public @Nullable Rect contentInsets; field in ActivityManager.RecentTaskInfo.PersistedTaskSnapshotData