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

  /frameworks/base/core/tests/coretests/src/android/view/
ViewRootImplTest.java 56 mViewRootImpl.getAttachInfo().getContentInsets().set(-10, -20, -30 , -40);
67 mViewRootImpl.getAttachInfo().getContentInsets().set(-10, 20, -30 , 40);
79 mViewRootImpl.getAttachInfo().getContentInsets().set(10, 20, 30 , 40);
123 Rect getContentInsets() throws Exception {
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
ThumbnailData.java 55 insets = new Rect(snapshot.getContentInsets());
  /frameworks/base/services/core/java/com/android/server/wm/
TaskSnapshotPersister.java 314 proto.insetLeft = mSnapshot.getContentInsets().left;
315 proto.insetTop = mSnapshot.getContentInsets().top;
316 proto.insetRight = mSnapshot.getContentInsets().right;
317 proto.insetBottom = mSnapshot.getContentInsets().bottom;
TaskSnapshotSurface.java 353 final Rect insets = mSnapshot.getContentInsets();
DockedStackDividerController.java 333 int getContentInsets() {
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TaskSnapshotPersisterLoaderTest.java 67 assertEquals(TEST_INSETS, snapshot.getContentInsets());
160 assertEquals(TEST_INSETS, snapshot.getContentInsets());
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
WindowManagerState.java 870 Rect getContentInsets() {
    [all...]
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerPinnedStackTests.java 282 Rect contentInsets = windowState.getContentInsets();
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
rt.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 986 milliseconds