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.java35 import static android.server.wm.app.Components.PipActivity.EXTRA_PIP_ORIENTATION;
99 EXTRA_PIP_ORIENTATION)));
114 if (getIntent().hasExtra(EXTRA_PIP_ORIENTATION)) { in onCreate()
115 final int ori = Integer.parseInt(getIntent().getStringExtra(EXTRA_PIP_ORIENTATION)); in onCreate()
DComponents.java356 public static final String EXTRA_PIP_ORIENTATION = "fixed_orientation"; field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java52 import static android.server.wm.app.Components.PipActivity.EXTRA_PIP_ORIENTATION;
348 EXTRA_PIP_ORIENTATION, String.valueOf(ORIENTATION_LANDSCAPE)); in testEnterPipToOtherOrientation()
966 EXTRA_PIP_ORIENTATION, String.valueOf(ORIENTATION_PORTRAIT), in testSetRequestedOrientationWhilePinned()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java86 import static android.server.wm.app.Components.PipActivity.EXTRA_PIP_ORIENTATION;
351 .putExtra(EXTRA_PIP_ORIENTATION, String.valueOf(orientation))); in requestOrientationForPip()