Searched refs:negate (Results 1 – 6 of 6) sorted by relevance
297 .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 …]
221 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>()
57 fun negate(): Condition<T> = Condition(message = "!$message") { !this.condition.invoke(it) } in <lambda>() method in android.tools.traces.Condition
7 # The only way to negate an exclusion is by including every single parent
41 ConditionsFactory.hasLayersAnimating().negate()
247 .add(ConditionsFactory.isLayerVisible(DOCKED_STACK_DIVIDER).negate()) in waitSplitScreenGone()