Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/
DWindowManagerStateHelper.kt297 .add(ConditionsFactory.containsActivity(componentMatcher).negate()) in getWindowRegion()
298 .add(ConditionsFactory.containsWindow(componentMatcher).negate()) in getWindowRegion()
311 .add(ConditionsFactory.hasLayersAnimating().negate()) in getWindowRegion()
326 .add(ConditionsFactory.isWindowSurfaceShown(componentMatcher).negate()) in getWindowRegion()
327 .add(ConditionsFactory.isLayerVisible(componentMatcher).negate()) in getWindowRegion()
384 .add(ConditionsFactory.isLayerVisible(IME).negate()) in getWindowRegion()
385 .add(ConditionsFactory.isImeShown(displayId).negate()) in getWindowRegion()
409 withAppTransitionIdle(displayId).add(ConditionsFactory.hasPipWindow().negate()) in getWindowRegion()
412 fun withSnapshotGone() = add(ConditionsFactory.isLayerVisible(SNAPSHOT).negate()) in getWindowRegion()
415 fun withSplashScreenGone() = add(ConditionsFactory.isLayerVisible(SPLASH_SCREEN).negate()) in getWindowRegion()
[all …]
/platform_testing/libraries/flicker/utils/src/android/tools/traces/
DConditionsFactory.kt221 isLayerVisible(ComponentNameMatcher.ROTATION).negate(), in <lambda>()
222 isLayerVisible(ComponentNameMatcher.BACK_SURFACE).negate(), in <lambda>()
223 hasLayersAnimating().negate() in <lambda>()
292 isLayerTransformFlagSet(layerId, Transform.SCALE_VAL).negate(), in <lambda>()
293 isLayerTransformFlagSet(layerId, Transform.TRANSLATE_VAL).negate(), in <lambda>()
294 isLayerTransformFlagSet(layerId, Transform.ROTATE_VAL).negate() in <lambda>()
309 isLayerVisible(ComponentNameMatcher.SNAPSHOT).negate(), in <lambda>()
310 isLayerVisible(ComponentNameMatcher.SPLASH_SCREEN).negate() in <lambda>()
DCondition.kt57 fun negate(): Condition<T> = Condition(message = "!$message") { !this.condition.invoke(it) } in <lambda>() method in android.tools.traces.Condition
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/res/testApp/MyApplication/
D.gitignore7 # The only way to negate an exclusion is by including every single parent
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DUtils.kt41 ConditionsFactory.hasLayersAnimating().negate()
/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DAutomationUtils.kt247 .add(ConditionsFactory.isLayerVisible(DOCKED_STACK_DIVIDER).negate()) in waitSplitScreenGone()