Searched refs:EXTRA_DISPLAY_REAL_SIZE (Results 1 – 3 of 3) sorted by relevance
21 import static android.server.wm.app.Components.LandscapeOrientationActivity.EXTRA_DISPLAY_REAL_SIZE;47 extras.putParcelable(EXTRA_DISPLAY_REAL_SIZE, size); in onCreate()
405 public static final String EXTRA_DISPLAY_REAL_SIZE = "display_real_size"; field in Components.LandscapeOrientationActivity
36 import static android.server.wm.app.Components.LandscapeOrientationActivity.EXTRA_DISPLAY_REAL_SIZE;475 final Point onCreateRealDisplaySize = extras.getParcelable(EXTRA_DISPLAY_REAL_SIZE); in testRotatedInfoWithFixedRotationTransform()