Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java257 void setFrames(Rect frame, Rect contentInsets, Rect stableInsets) { in setFrames()
406 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, in resized()
455 void setInsets(Rect contentInsets, Rect stableInsets) { in setInsets()
DAppTransition.java963 Animation createThumbnailAspectScaleAnimationLocked(Rect appRect, @Nullable Rect contentInsets, in createThumbnailAspectScaleAnimationLocked()
1123 int uiMode, int orientation, int transit, Rect containingFrame, Rect contentInsets, in createAspectScaledThumbnailEnterExitAnimationLocked()
1423 private Animation createRelaunchAnimation(Rect containingFrame, Rect contentInsets) { in createRelaunchAnimation()
DSession.java251 Rect contentInsets, Rect visibleInsets, Region touchableArea) { in setInsets()
DWindowState.java3046 final Rect contentInsets = mLastContentInsets; in reportResized() local
3125 private void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, in dispatchResized()
DWindowManagerService.java1817 void setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, in setInsetsWindow()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTaskSnapshotSurfaceTest.java58 private void setupSurface(int width, int height, Rect contentInsets, int sysuiVis, in setupSurface()
DTestIWindow.java38 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, in resized()
/frameworks/base/core/java/android/view/
DIWindow.aidl50 void resized(in Rect frame, in Rect overscanInsets, in Rect contentInsets, in resized()
DIWindowSession.aidl133 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets()
DViewTreeObserver.java212 public final Rect contentInsets = new Rect(); field in ViewTreeObserver.InternalInsetsInfo
DViewRootImpl.java1537 Rect contentInsets = mDispatchContentInsets; in getWindowInsets() local
2255 final Rect contentInsets; in performTraversals() local
6388 private void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, in dispatchResized()
7439 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, in resized()
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java41 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, in resized()
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java413 public Rect getTranslatedContentInsets(Rect contentInsets) { in getTranslatedContentInsets()
/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java246 final Insets contentInsets = super.getOpticalInsets(); in getOpticalInsets() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java124 public void setInsets(IWindow window, int touchable, Rect contentInsets, in setInsets()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1046 Rect contentInsets, Rect outRect) { in getNavigationBarRect()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java909 public final Rect contentInsets = new Rect(); field in VoiceInteractionSession.Insets
/frameworks/base/core/java/android/app/
DActivityManager.java2306 public TaskSnapshot(GraphicBuffer snapshot, int orientation, Rect contentInsets, in TaskSnapshot()