Searched refs:setAppBounds (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DWindowConfigurationTests.java70 winConfig1.setAppBounds(0, 1, 1, 0);
71 winConfig2.setAppBounds(1, 2, 2, 1);
72 winConfig3.setAppBounds(winConfig1.getAppBounds());
97 winConfig1.setAppBounds(1, 2, 3, 4);
112 winConfig2.setAppBounds(0, 2, 3, 4);
205 parentConfig.windowConfiguration.setAppBounds(parentBounds);
H A DWindowContainerControllerTests.java101 config.windowConfiguration.setAppBounds(10, 10, 10, 10);
H A DConfigurationContainerTests.java277 config.windowConfiguration.setAppBounds(10, 10, 10, 10);
/frameworks/base/core/java/android/app/
H A DWindowConfiguration.java216 public void setAppBounds(Rect rect) { method in class:WindowConfiguration
222 setAppBounds(rect.left, rect.top, rect.right, rect.bottom);
226 * @see #setAppBounds(Rect)
230 public void setAppBounds(int left, int top, int right, int bottom) { method in class:WindowConfiguration
238 /** @see #setAppBounds(Rect) */
281 setAppBounds(other.mAppBounds);
294 setAppBounds(null);
317 setAppBounds(delta.mAppBounds);
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityRecordTests.java186 mTask.getConfiguration().windowConfiguration.setAppBounds(taskBounds);
/frameworks/base/services/core/java/com/android/server/wm/
H A DStackWindowController.java282 config.windowConfiguration.setAppBounds(!bounds.isEmpty() ? bounds : null);
H A DDockedStackDividerController.java293 config.windowConfiguration.setAppBounds(leftInset /*left*/, topInset /*top*/,
H A DDisplayContent.java1291 config.windowConfiguration.setAppBounds(leftInset /* left */, topInset /* top */,
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 1252 milliseconds