Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/
DWindowManagerStateHelper.kt196 .add(ConditionsFactory.isLayerVisible(componentMatcher)) in getWindowRegion()
212 .add(ConditionsFactory.isLayerVisible(componentMatcher)) in getWindowRegion()
234 withAppTransitionIdle(displayId).add(ConditionsFactory.isLayerVisible(SPLIT_DIVIDER)) in getWindowRegion()
245 .add(ConditionsFactory.isLayerVisible(LAUNCHER)) in getWindowRegion()
327 .add(ConditionsFactory.isLayerVisible(componentMatcher).negate()) in getWindowRegion()
344 .add(ConditionsFactory.isLayerVisible(componentMatcher)) in getWindowRegion()
384 .add(ConditionsFactory.isLayerVisible(IME).negate()) in getWindowRegion()
412 fun withSnapshotGone() = add(ConditionsFactory.isLayerVisible(SNAPSHOT).negate()) in getWindowRegion()
415 fun withSplashScreenGone() = add(ConditionsFactory.isLayerVisible(SPLASH_SCREEN).negate()) in getWindowRegion()
419 add(ConditionsFactory.isLayerVisible(TRANSITION_SNAPSHOT).negate()) in getWindowRegion()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/
DConditionsFactory.kt108 isLayerVisible(ComponentNameMatcher.NAV_BAR) in <lambda>()
130 isLayerVisible(ComponentNameMatcher.TASK_BAR) in <lambda>()
152 isLayerVisible(ComponentNameMatcher.STATUS_BAR) in <lambda>()
221 isLayerVisible(ComponentNameMatcher.ROTATION).negate(), in <lambda>()
222 isLayerVisible(ComponentNameMatcher.BACK_SURFACE).negate(), in <lambda>()
240 fun isLayerVisible(componentMatcher: IComponentMatcher): Condition<DeviceStateDump> = in <lambda>() method
245 fun isLayerVisible(layerId: Int): Condition<DeviceStateDump> = in <lambda>() method
309 isLayerVisible(ComponentNameMatcher.SNAPSHOT).negate(), in <lambda>()
310 isLayerVisible(ComponentNameMatcher.SPLASH_SCREEN).negate() in <lambda>()
339 isLayerVisible(ComponentNameMatcher.IME), in <lambda>()
/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DAutomationUtils.kt220 .add(ConditionsFactory.isLayerVisible(DOCKED_STACK_DIVIDER)) in UiDevice()
247 .add(ConditionsFactory.isLayerVisible(DOCKED_STACK_DIVIDER).negate()) in waitSplitScreenGone()