Searched refs:getContentInsets (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DThumbnailData.java38 out.insets.set(snapshot.getContentInsets());
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotPersister.java315 proto.insetLeft = mSnapshot.getContentInsets().left;
316 proto.insetTop = mSnapshot.getContentInsets().top;
317 proto.insetRight = mSnapshot.getContentInsets().right;
318 proto.insetBottom = mSnapshot.getContentInsets().bottom;
H A DTaskSnapshotSurface.java348 final Rect insets = mSnapshot.getContentInsets();
H A DDockedStackDividerController.java283 int getContentInsets() { method in class:DockedStackDividerController
H A DWindowManagerService.java6498 return getDefaultDisplayContentLocked().getDockedDividerController().getContentInsets();
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTaskSnapshotPersisterLoaderTest.java65 assertEquals(TEST_INSETS, snapshot.getContentInsets());
158 assertEquals(TEST_INSETS, snapshot.getContentInsets());
/frameworks/base/core/java/android/app/
H A DActivityManager.java2356 public Rect getContentInsets() { method in class:ActivityManager.TaskSnapshot

Completed in 375 milliseconds