HomeSort by relevance Sort by last modified time
    Searched refs:getContentInsets (Results 1 - 9 of 9) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
ThumbnailData.java 38 out.insets.set(snapshot.getContentInsets());
  /frameworks/base/services/core/java/com/android/server/wm/
TaskSnapshotPersister.java 315 proto.insetLeft = mSnapshot.getContentInsets().left;
316 proto.insetTop = mSnapshot.getContentInsets().top;
317 proto.insetRight = mSnapshot.getContentInsets().right;
318 proto.insetBottom = mSnapshot.getContentInsets().bottom;
TaskSnapshotSurface.java 348 final Rect insets = mSnapshot.getContentInsets();
DockedStackDividerController.java 283 int getContentInsets() {
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TaskSnapshotPersisterLoaderTest.java 65 assertEquals(TEST_INSETS, snapshot.getContentInsets());
158 assertEquals(TEST_INSETS, snapshot.getContentInsets());
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
ActivityManagerPinnedStackTests.java 230 Rectangle contentInsets = windowState.getContentInsets();
    [all...]
  /cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
WindowManagerState.java     [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java     [all...]

Completed in 344 milliseconds