Home
last modified time | relevance | path

Searched refs:withAppTransitionIdle (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/
DWindowManagerStateHelper.kt195 .withAppTransitionIdle(displayId) in getWindowRegion()
211 .withAppTransitionIdle(displayId) in getWindowRegion()
221 withAppTransitionIdle(displayId) in getWindowRegion()
234 withAppTransitionIdle(displayId).add(ConditionsFactory.isLayerVisible(SPLIT_DIVIDER)) in getWindowRegion()
243 withAppTransitionIdle(displayId) in getWindowRegion()
255 withAppTransitionIdle(displayId).add(ConditionsFactory.hasRotation(rotation, displayId)) in getWindowRegion()
296 withAppTransitionIdle(displayId) in getWindowRegion()
307 fun withAppTransitionIdle(displayId: Int = Display.DEFAULT_DISPLAY) = in getWindowRegion() method in android.tools.traces.parsers.WindowManagerStateHelper.StateSyncBuilder
325 withAppTransitionIdle(displayId) in getWindowRegion()
342 withAppTransitionIdle(displayId) in getWindowRegion()
[all …]
/platform_testing/libraries/flicker/appHelpers/src/android/tools/device/apphelpers/
DIStandardAppHelper.kt57 .withAppTransitionIdle()
72 .withAppTransitionIdle()
DStandardAppHelper.kt121 .withAppTransitionIdle() in waitForActivityDestroyed()
/platform_testing/libraries/flicker/src/android/tools/flicker/rules/
DRemoveAllTasksButHomeRule.kt36 .withAppTransitionIdle() in starting()
DChangeDisplayOrientationRule.kt101 wmHelper.StateSyncBuilder().withAppTransitionIdle().waitForAndVerify() in setRotation()
/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DAutomationUtils.kt138 .withAppTransitionIdle() in openQuickstep()
221 .withAppTransitionIdle() in UiDevice()
248 .withAppTransitionIdle() in waitSplitScreenGone()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/config/
DQuickswitchTest.kt63 .withAppTransitionIdle(Display.DEFAULT_DISPLAY) in canExtractQuickswitch()
/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/
DWindowManagerStateHelperTest.kt351 helper.StateSyncBuilder().withAppTransitionIdle().waitFor() in <lambda>()