Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java119 public final Rect contentInsets; field in RemoteAnimationTarget
167 Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position, in RemoteAnimationTarget()
DIWindow.aidl53 void resized(in Rect frame, in Rect overscanInsets, in Rect contentInsets, in resized()
DIWindowSession.aidl141 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets()
DViewTreeObserver.java226 public final Rect contentInsets = new Rect(); field in ViewTreeObserver.InternalInsetsInfo
DViewRootImpl.java1874 Rect contentInsets = mDispatchContentInsets; in getWindowInsets() local
2645 final Rect contentInsets; in performTraversals() local
7230 private void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, in dispatchResized()
8355 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, in resized()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java49 public final Rect contentInsets; field in RemoteAnimationTargetCompat
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java277 void setFrames(Rect frame, Rect contentInsets, Rect stableInsets) { in setFrames()
468 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, in resized()
528 void setInsets(Rect contentInsets, Rect stableInsets) { in setInsets()
DRecentsAnimationController.java450 final Rect contentInsets; in startAnimation() local
DAppTransition.java1064 Animation createThumbnailAspectScaleAnimationLocked(Rect appRect, @Nullable Rect contentInsets, in createThumbnailAspectScaleAnimationLocked()
1224 int uiMode, int orientation, int transit, Rect containingFrame, Rect contentInsets, in createAspectScaledThumbnailEnterExitAnimationLocked()
1533 private Animation createRelaunchAnimation(Rect containingFrame, Rect contentInsets) { in createRelaunchAnimation()
DSession.java217 Rect contentInsets, Rect visibleInsets, Region touchableArea) { in setInsets()
DWindowState.java3151 final Rect contentInsets = mWindowFrames.mLastContentInsets; in reportResized() local
3254 private void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, in dispatchResized()
DWindowManagerService.java1892 void setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, in setInsetsWindow()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotSurfaceTest.java63 private void setupSurface(int width, int height, Rect contentInsets, int sysuiVis, in setupSurface()
DTestIWindow.java39 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, in resized()
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java44 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, in resized()
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java431 public Rect getTranslatedContentInsets(Rect contentInsets) { in getTranslatedContentInsets()
/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java247 final Insets contentInsets = super.getOpticalInsets(); in getOpticalInsets() local
/frameworks/base/core/java/android/app/
DActivityManager.java1845 @NonNull ColorSpace colorSpace, int orientation, Rect contentInsets, in TaskSnapshot()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java957 public final Rect contentInsets = new Rect(); field in VoiceInteractionSession.Insets
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1085 Rect contentInsets, Rect outRect, float scale) { in getNavigationBarRect()