Home
last modified time | relevance | path

Searched refs:EXTRA_PIP_ORIENTATION (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java38 import static android.server.wm.app.Components.PipActivity.EXTRA_PIP_ORIENTATION;
119 EXTRA_PIP_ORIENTATION)));
137 if (getIntent().hasExtra(EXTRA_PIP_ORIENTATION)) { in onCreate()
138 final int ori = Integer.parseInt(getIntent().getStringExtra(EXTRA_PIP_ORIENTATION)); in onCreate()
DComponents.java507 public static final String EXTRA_PIP_ORIENTATION = "fixed_orientation"; field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java62 import static android.server.wm.app.Components.PipActivity.EXTRA_PIP_ORIENTATION;
255 extraString(EXTRA_PIP_ORIENTATION, String.valueOf(ORIENTATION_LANDSCAPE))); in testEnterPipToOtherOrientation()
1086 extraString(EXTRA_PIP_ORIENTATION, String.valueOf(ORIENTATION_PORTRAIT)), in testSetRequestedOrientationWhilePinned()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java91 import static android.server.wm.app.Components.PipActivity.EXTRA_PIP_ORIENTATION;
409 .putExtra(EXTRA_PIP_ORIENTATION, String.valueOf(orientation))); in requestOrientationForPip()