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.aidl54 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.java231 public final Rect contentInsets = new Rect(); field in ViewTreeObserver.InternalInsetsInfo
DViewRootImpl.java1898 Rect contentInsets = mDispatchContentInsets; in getWindowInsets() local
2669 final Rect contentInsets; in performTraversals() local
7400 private void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, in dispatchResized()
8536 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()
469 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, in resized()
529 void setInsets(Rect contentInsets, Rect stableInsets) { in setInsets()
DRecentsAnimationController.java475 final Rect contentInsets; in startAnimation() local
DAppTransition.java1066 Animation createThumbnailAspectScaleAnimationLocked(Rect appRect, @Nullable Rect contentInsets, in createThumbnailAspectScaleAnimationLocked()
1226 int uiMode, int orientation, int transit, Rect containingFrame, Rect contentInsets, in createAspectScaledThumbnailEnterExitAnimationLocked()
1535 private Animation createRelaunchAnimation(Rect containingFrame, Rect contentInsets) { in createRelaunchAnimation()
DSession.java217 Rect contentInsets, Rect visibleInsets, Region touchableArea) { in setInsets()
DWindowState.java3234 final Rect contentInsets = mWindowFrames.mLastContentInsets; in reportResized() local
3369 private void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, in dispatchResized()
DWindowManagerService.java1905 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.java40 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, in resized()
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java51 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.java1852 @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.java1087 Rect contentInsets, Rect outRect, float scale) { in getNavigationBarRect()