Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/
H A DPipActivity.java30 import static com.android.wm.shell.flicker.testapp.Components.PipActivity.EXTRA_PIP_ORIENTATION;
125 EXTRA_PIP_ORIENTATION)));
271 if (intent.hasExtra(EXTRA_PIP_ORIENTATION)) { in handleIntentExtra()
272 final int ori = Integer.parseInt(getIntent().getStringExtra(EXTRA_PIP_ORIENTATION)); in handleIntentExtra()
H A DComponents.java61 public static final String EXTRA_PIP_ORIENTATION = "fixed_orientation"; field in Components.PipActivity
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/
H A DPipTransition.kt66 .putExtra(Components.PipActivity.EXTRA_PIP_ORIENTATION, orientation.toString())