Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/app/src/android/server/am/
DPipActivity.java34 import static android.server.am.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.java276 public static final String EXTRA_PIP_ORIENTATION = "fixed_orientation"; field in Components.PipActivity
/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java52 import static android.server.am.Components.PipActivity.EXTRA_PIP_ORIENTATION;
322 EXTRA_PIP_ORIENTATION, String.valueOf(ORIENTATION_LANDSCAPE)); in testEnterPipToOtherOrientation()
986 EXTRA_PIP_ORIENTATION, String.valueOf(ORIENTATION_PORTRAIT), in testSetRequestedOrientationWhilePinned()
994 + EXTRA_PIP_ORIENTATION + " " in testSetRequestedOrientationWhilePinned()