Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/app/
DTestActivity.java20 import static android.server.wm.app.Components.TestActivity.EXTRA_FIXED_ORIENTATION;
46 if (getIntent().hasExtra(EXTRA_FIXED_ORIENTATION)) { in onCreate()
47 final int ori = Integer.parseInt(getIntent().getStringExtra(EXTRA_FIXED_ORIENTATION)); in onCreate()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java223 public static final String EXTRA_FIXED_ORIENTATION = "fixed_orientation"; field in Components.TestActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java62 import static android.server.wm.app.Components.TestActivity.EXTRA_FIXED_ORIENTATION;
345 EXTRA_FIXED_ORIENTATION, String.valueOf(ORIENTATION_PORTRAIT)); in testEnterPipToOtherOrientation()