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.java22 import static android.server.wm.app.Components.TestActivity.EXTRA_FIXED_ORIENTATION;
60 if (getIntent().hasExtra(EXTRA_FIXED_ORIENTATION)) { in onCreate()
61 final int ori = Integer.parseInt(getIntent().getStringExtra(EXTRA_FIXED_ORIENTATION)); in onCreate()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java313 public static final String EXTRA_FIXED_ORIENTATION = "fixed_orientation"; field in Components.TestActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java73 import static android.server.wm.app.Components.TestActivity.EXTRA_FIXED_ORIENTATION;
252 extraString(EXTRA_FIXED_ORIENTATION, String.valueOf(ORIENTATION_PORTRAIT))); in testEnterPipToOtherOrientation()