/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewRootImplTest.java | 58 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/ |
D | TaskSnapshotPersister.java | 360 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()
|
D | TaskSnapshotController.java | 328 final Rect insets = minRect(state.getContentInsets(), state.getStableInsets()); in getInsets() 397 decorPainter.setInsets(mainWindow.getContentInsets(), mainWindow.getStableInsets()); in drawAppThemeSnapshot()
|
D | RecentsAnimationController.java | 477 contentInsets = mTargetAppToken.findMainWindow().getContentInsets(); in startAnimation() 786 mainWindow.getContentInsets(insets); in createRemoteAnimationApp()
|
D | RemoteAnimationController.java | 349 mainWindow.getContentInsets(insets); in createRemoteAnimationTarget()
|
D | TaskSnapshotSurface.java | 379 final Rect insets = mSnapshot.getContentInsets(); in calculateSnapshotCrop()
|
D | DockedStackDividerController.java | 337 int getContentInsets() { in getContentInsets() method in DockedStackDividerController
|
D | AppWindowToken.java | 2680 win.getContentInsets(insets); in loadAnimation() 2997 final Rect insets = win != null ? win.getContentInsets() : null; in loadThumbnailAnimation()
|
D | WindowState.java | 5234 void getContentInsets(Rect outContentInsets) { in getContentInsets() method in WindowState 5238 Rect getContentInsets() { in getContentInsets() method in WindowState
|
D | DisplayPolicy.java | 1108 int insets = mDisplayContent.getDockedDividerController().getContentInsets(); in selectDockedDividerAnimationLw()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
D | ThumbnailData.java | 56 insets = new Rect(snapshot.getContentInsets()); in ThumbnailData()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TaskSnapshotPersisterLoaderTest.java | 67 assertEquals(TEST_INSETS, snapshot.getContentInsets()); in testPersistAndLoadSnapshot() 164 assertEquals(TEST_INSETS, snapshot.getContentInsets()); in testLowResolutionPersistAndLoadSnapshot()
|
D | WindowFrameTests.java | 92 assertRect(w.getContentInsets(), left, top, right, bottom); in assertContentInset()
|
/frameworks/base/core/java/android/app/ |
D | ActivityManager.java | 1921 public Rect getContentInsets() {
|
/frameworks/base/services/ |
D | art-profile | 17702 PLcom/android/server/wm/WindowState;->getContentInsets()Landroid/graphics/Rect; 17703 HSPLcom/android/server/wm/WindowState;->getContentInsets(Landroid/graphics/Rect;)V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 621 HSPLandroid/app/ActivityManager$TaskSnapshot;->getContentInsets()Landroid/graphics/Rect;
|