Home
last modified time | relevance | path

Searched refs:KEY_VIEW_SIZE (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DCompatScaleTests.java29 import static android.server.wm.app.Components.UiScalingTestActivity.KEY_VIEW_SIZE;
152 subviewSize1.getParcelable(KEY_VIEW_SIZE, Rect.class), not(equalTo(new Rect()))); in runTestUpdateResourcesConfiguration()
173 subviewSize1.getParcelable(KEY_VIEW_SIZE, Rect.class), in runTestUpdateResourcesConfiguration()
174 equalTo(subviewSize2.getParcelable(KEY_VIEW_SIZE, Rect.class))); in runTestUpdateResourcesConfiguration()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DUiScalingTestActivity.java28 import static android.server.wm.app.Components.UiScalingTestActivity.KEY_VIEW_SIZE;
100 replyData.putParcelable(KEY_VIEW_SIZE, in handleCommand()
DComponents.java722 public static final String KEY_VIEW_SIZE = "view_size"; field in Components.UiScalingTestActivity