Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/rules/
DChangeDisplayOrientationRule.kt99 wmHelper.StateSyncBuilder().withRotation(rotation).waitForAndVerify() in setRotation()
/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/
DWindowManagerStateHelperTest.kt370 helper.StateSyncBuilder().withRotation(Rotation.ROTATION_270).waitFor() in <lambda>()
374 helper.StateSyncBuilder().withRotation(Rotation.ROTATION_0).waitFor() in <lambda>()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/
DWindowManagerStateHelper.kt254 fun withRotation(rotation: Rotation, displayId: Int = Display.DEFAULT_DISPLAY) = in getWindowRegion() method in android.tools.traces.parsers.WindowManagerStateHelper.StateSyncBuilder