Searched refs:WINDOW_BOUNDS (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowMetricsActivityTests.java | 58 private static final Rect WINDOW_BOUNDS = new Rect(100, 100, 400, 400); field in WindowMetricsActivityTests 203 resizeActivityTask(activity.getComponentName(), WINDOW_BOUNDS.left, WINDOW_BOUNDS.top, in testMetricsMatchesLayoutOnFreeformActivity() 204 WINDOW_BOUNDS.right, WINDOW_BOUNDS.bottom); in testMetricsMatchesLayoutOnFreeformActivity() 239 resizeActivityTask(activity.getComponentName(), WINDOW_BOUNDS.left, WINDOW_BOUNDS.top, in testMetricsMatchesDisplayAreaOnFreeformActivity() 240 WINDOW_BOUNDS.right, WINDOW_BOUNDS.bottom); in testMetricsMatchesDisplayAreaOnFreeformActivity()
|