Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/
H A DFixedActivity.java19 import static com.android.wm.shell.flicker.testapp.Components.FixedActivity.EXTRA_FIXED_ORIENTATION;
30 if (getIntent().hasExtra(EXTRA_FIXED_ORIENTATION)) { in onCreate()
31 final int ori = Integer.parseInt(getIntent().getStringExtra(EXTRA_FIXED_ORIENTATION)); in onCreate()
H A DComponents.java31 public static final String EXTRA_FIXED_ORIENTATION = "fixed_orientation"; field in Components.FixedActivity
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/
H A DEnterPipToOtherOrientationTest.kt37 import com.android.wm.shell.flicker.testapp.Components.FixedActivity.EXTRA_FIXED_ORIENTATION
85 EXTRA_FIXED_ORIENTATION to ORIENTATION_PORTRAIT.toString()))
88 EXTRA_FIXED_ORIENTATION to ORIENTATION_LANDSCAPE.toString()))
H A DSetRequestedOrientationWhilePinnedTest.kt29 import com.android.wm.shell.flicker.testapp.Components.FixedActivity.EXTRA_FIXED_ORIENTATION
61 EXTRA_FIXED_ORIENTATION to ORIENTATION_LANDSCAPE.toString(),