Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
H A DSeamlessRotationAppHelper.kt29 launcherName: String = ActivityOptions.SeamlessRotation.LABEL,
31 ActivityOptions.SeamlessRotation.COMPONENT.toFlickerComponent()
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/
H A DSeamlessAppRotationTest.kt107 ActivityOptions.SeamlessRotation.EXTRA_STARVE_UI_THREAD to
243 ActivityOptions.SeamlessRotation.EXTRA_STARVE_UI_THREAD
263 ActivityOptions.SeamlessRotation.EXTRA_STARVE_UI_THREAD,
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DSeamlessRotationActivity.java21 import static com.android.server.wm.flicker.testapp.ActivityOptions.SeamlessRotation.EXTRA_STARVE_U…
H A DActivityOptions.java30 public static class SeamlessRotation { class in ActivityOptions