Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DLandscapeOrientationActivity.java21 import static android.server.wm.app.Components.LandscapeOrientationActivity.EXTRA_DISPLAY_REAL_SIZE;
47 extras.putParcelable(EXTRA_DISPLAY_REAL_SIZE, size); in onCreate()
DComponents.java373 public static final String EXTRA_DISPLAY_REAL_SIZE = "display_real_size"; field in Components.LandscapeOrientationActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAppConfigurationTests.java36 import static android.server.wm.app.Components.LandscapeOrientationActivity.EXTRA_DISPLAY_REAL_SIZE;
477 final Point onCreateRealDisplaySize = extras.getParcelable(EXTRA_DISPLAY_REAL_SIZE); in testRotatedInfoWithFixedRotationTransform()