Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DViewRootImplTest.java56 mViewRootImpl.getAttachInfo().getContentInsets().set(-10, -20, -30 , -40); in negativeInsets_areSetToZero()
67 mViewRootImpl.getAttachInfo().getContentInsets().set(-10, 20, -30 , 40); in negativeInsets_areSetToZero_positiveAreLeftAsIs()
79 mViewRootImpl.getAttachInfo().getContentInsets().set(10, 20, 30 , 40); in positiveInsets_areLeftAsIs()
123 Rect getContentInsets() throws Exception { in getContentInsets() method in ViewRootImplTest.ViewRootImplAccessor.AttachInfoAccessor
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotPersister.java314 proto.insetLeft = mSnapshot.getContentInsets().left; in writeProto()
315 proto.insetTop = mSnapshot.getContentInsets().top; in writeProto()
316 proto.insetRight = mSnapshot.getContentInsets().right; in writeProto()
317 proto.insetBottom = mSnapshot.getContentInsets().bottom; in writeProto()
DTaskSnapshotSurface.java353 final Rect insets = mSnapshot.getContentInsets(); in calculateSnapshotCrop()
DDockedStackDividerController.java333 int getContentInsets() { in getContentInsets() method in DockedStackDividerController
DWindowManagerService.java6230 return getDefaultDisplayContentLocked().getDockedDividerController().getContentInsets(); in getDockedDividerInsetsLw()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DThumbnailData.java55 insets = new Rect(snapshot.getContentInsets()); in ThumbnailData()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTaskSnapshotPersisterLoaderTest.java67 assertEquals(TEST_INSETS, snapshot.getContentInsets()); in testPersistAndLoadSnapshot()
160 assertEquals(TEST_INSETS, snapshot.getContentInsets()); in testLowResolutionPersistAndLoadSnapshot()
/frameworks/base/core/java/android/app/
DActivityManager.java2160 public Rect getContentInsets() { in getContentInsets() method in ActivityManager.TaskSnapshot
/frameworks/base/config/
Dhiddenapi-light-greylist.txt141 Landroid/app/ActivityManager$TaskSnapshot;->getContentInsets()Landroid/graphics/Rect;
Dboot-image-profile.txt13048 HSPLandroid/app/ActivityManager$TaskSnapshot;->getContentInsets()Landroid/graphics/Rect;
Dhiddenapi-private-dex.txt1804 Landroid/app/ActivityManager$TaskSnapshot;->getContentInsets()Landroid/graphics/Rect;