Home
last modified time | relevance | path

Searched refs:getContentInsets (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DViewRootImplTest.java58 mViewRootImpl.getAttachInfo().getContentInsets().set(-10, -20, -30 , -40); in negativeInsets_areSetToZero()
68 mViewRootImpl.getAttachInfo().getContentInsets().set(-10, 20, -30 , 40); in negativeInsets_areSetToZero_positiveAreLeftAsIs()
78 mViewRootImpl.getAttachInfo().getContentInsets().set(10, 20, 30 , 40); in positiveInsets_areLeftAsIs()
120 Rect getContentInsets() throws Exception { in getContentInsets() method in ViewRootImplTest.ViewRootImplAccessor.AttachInfoAccessor
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotPersister.java360 proto.insetLeft = mSnapshot.getContentInsets().left; in writeProto()
361 proto.insetTop = mSnapshot.getContentInsets().top; in writeProto()
362 proto.insetRight = mSnapshot.getContentInsets().right; in writeProto()
363 proto.insetBottom = mSnapshot.getContentInsets().bottom; in writeProto()
DTaskSnapshotController.java328 final Rect insets = minRect(state.getContentInsets(), state.getStableInsets()); in getInsets()
397 decorPainter.setInsets(mainWindow.getContentInsets(), mainWindow.getStableInsets()); in drawAppThemeSnapshot()
DRecentsAnimationController.java477 contentInsets = mTargetAppToken.findMainWindow().getContentInsets(); in startAnimation()
786 mainWindow.getContentInsets(insets); in createRemoteAnimationApp()
DRemoteAnimationController.java349 mainWindow.getContentInsets(insets); in createRemoteAnimationTarget()
DTaskSnapshotSurface.java379 final Rect insets = mSnapshot.getContentInsets(); in calculateSnapshotCrop()
DDockedStackDividerController.java337 int getContentInsets() { in getContentInsets() method in DockedStackDividerController
DAppWindowToken.java2680 win.getContentInsets(insets); in loadAnimation()
2997 final Rect insets = win != null ? win.getContentInsets() : null; in loadThumbnailAnimation()
DWindowState.java5234 void getContentInsets(Rect outContentInsets) { in getContentInsets() method in WindowState
5238 Rect getContentInsets() { in getContentInsets() method in WindowState
DDisplayPolicy.java1108 int insets = mDisplayContent.getDockedDividerController().getContentInsets(); in selectDockedDividerAnimationLw()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DThumbnailData.java56 insets = new Rect(snapshot.getContentInsets()); in ThumbnailData()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotPersisterLoaderTest.java67 assertEquals(TEST_INSETS, snapshot.getContentInsets()); in testPersistAndLoadSnapshot()
164 assertEquals(TEST_INSETS, snapshot.getContentInsets()); in testLowResolutionPersistAndLoadSnapshot()
DWindowFrameTests.java92 assertRect(w.getContentInsets(), left, top, right, bottom); in assertContentInset()
/frameworks/base/core/java/android/app/
DActivityManager.java1921 public Rect getContentInsets() {
/frameworks/base/services/
Dart-profile17702 PLcom/android/server/wm/WindowState;->getContentInsets()Landroid/graphics/Rect;
17703 HSPLcom/android/server/wm/WindowState;->getContentInsets(Landroid/graphics/Rect;)V
/frameworks/base/config/
Dboot-image-profile.txt621 HSPLandroid/app/ActivityManager$TaskSnapshot;->getContentInsets()Landroid/graphics/Rect;