Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java121 public final Rect contentInsets; field in RemoteAnimationTarget
188 Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position, in RemoteAnimationTarget()
DIWindow.aidl55 void resized(in Rect frame, in Rect contentInsets, in resized()
DIWindowSession.aidl151 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets()
DViewTreeObserver.java231 public final Rect contentInsets = new Rect(); field in ViewTreeObserver.InternalInsetsInfo
DWindowlessWindowManager.java302 android.graphics.Rect contentInsets, android.graphics.Rect visibleInsets, in setInsets()
DViewRootImpl.java3002 final Rect contentInsets; in performTraversals() local
7777 private void dispatchResized(Rect frame, Rect contentInsets, in dispatchResized()
9093 public void resized(Rect frame, Rect contentInsets, in resized()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java51 public final Rect contentInsets; field in RemoteAnimationTargetCompat
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotControllerTest.java142 final Rect contentInsets = new Rect(1, 2, 3, 4); in testSnapshotBuilder() local
DTaskSnapshotSurfaceTest.java69 private void setupSurface(int width, int height, Rect contentInsets, int sysuiVis, in setupSurface()
DTestIWindow.java41 public void resized(Rect frame, Rect contentInsets, Rect visibleInsets, in resized()
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java54 public void resized(Rect frame, Rect contentInsets, Rect visibleInsets, in resized()
/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimationController.java490 final Rect contentInsets; in startAnimation() local
DAppTransition.java1074 Animation createThumbnailAspectScaleAnimationLocked(Rect appRect, @Nullable Rect contentInsets, in createThumbnailAspectScaleAnimationLocked()
1234 int uiMode, int orientation, int transit, Rect containingFrame, Rect contentInsets, in createAspectScaledThumbnailEnterExitAnimationLocked()
1527 private Animation createRelaunchAnimation(Rect containingFrame, Rect contentInsets) { in createRelaunchAnimation()
DTaskSnapshotSurface.java526 public void resized(Rect frame, Rect contentInsets, Rect visibleInsets, in resized()
DSession.java237 Rect contentInsets, Rect visibleInsets, Region touchableArea) { in setInsets()
DWindowState.java3592 final Rect contentInsets = mWindowFrames.mLastContentInsets; in reportResized() local
DWindowManagerService.java2028 void setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, in setInsetsWindow()
/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/packages/SystemUI/src/com/android/systemui/wm/
DSystemWindows.java325 public void resized(Rect frame, Rect contentInsets, Rect visibleInsets, Rect stableInsets, in resized()
/frameworks/base/core/java/android/app/
DActivityManager.java2112 Rect contentInsets, boolean isLowResolution, boolean isRealSnapshot, in TaskSnapshot()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java957 public final Rect contentInsets = new Rect(); field in VoiceInteractionSession.Insets