Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java126 public final Rect contentInsets; field in RemoteAnimationTarget
206 Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position, in RemoteAnimationTarget()
216 Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position, in RemoteAnimationTarget()
DIWindowSession.aidl135 oneway void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets()
DViewTreeObserver.java231 public final Rect contentInsets = new Rect(); field in ViewTreeObserver.InternalInsetsInfo
DWindowlessWindowManager.java331 android.graphics.Rect contentInsets, android.graphics.Rect visibleInsets, in setInsets()
DViewRootImpl.java3211 final Rect contentInsets; in performTraversals() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindowTest.java70 private void setupSurface(int width, int height, Rect contentInsets, int sysuiVis, in setupSurface()
91 Rect contentInsets) { in createTaskSnapshot()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotSurfaceTest.java77 private void setupSurface(int width, int height, Rect contentInsets, int sysuiVis, in setupSurface()
96 Point taskSize, Rect contentInsets) { in createTaskSnapshot()
DTaskSnapshotControllerTest.java146 final Rect contentInsets = new Rect(1, 2, 3, 4); in testSnapshotBuilder() local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DViewTreeObserverWrapper.java104 public final Rect contentInsets = new Rect(); field in ViewTreeObserverWrapper.InsetsInfo
DRemoteAnimationTargetCompat.java69 public final Rect contentInsets; field in RemoteAnimationTargetCompat
/frameworks/base/core/java/android/window/
DTaskSnapshot.java70 Rect contentInsets, boolean isLowResolution, boolean isRealSnapshot, in TaskSnapshot()
/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.java483 public Rect getTranslatedContentInsets(Rect contentInsets) { in getTranslatedContentInsets()
/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimationController.java578 final Rect contentInsets; in startAnimation() local
DSession.java252 Rect contentInsets, Rect visibleInsets, Region touchableArea) { in setInsets()
DAppTransition.java737 Animation createThumbnailAspectScaleAnimationLocked(Rect appRect, @Nullable Rect contentInsets, in createThumbnailAspectScaleAnimationLocked()
DWindowManagerService.java2139 void setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, in setInsetsWindow()
/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java298 public Animation createRelaunchAnimation(Rect containingFrame, Rect contentInsets, in createRelaunchAnimation()
591 int orientation, int transit, Rect containingFrame, Rect contentInsets, in createAspectScaledThumbnailEnterExitAnimationLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt267 var contentInsets = state.contentRectForRotation(rot) in <lambda>() variable
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java957 public final Rect contentInsets = new Rect(); field in VoiceInteractionSession.Insets
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java1094 final Rect contentInsets = windowInsets.getSystemWindowInsets().toRect(); in updateSurface() local
/frameworks/base/core/java/android/app/
DActivityManager.java1798 public @Nullable Rect contentInsets; field in ActivityManager.RecentTaskInfo.PersistedTaskSnapshotData