Home
last modified time | relevance | path

Searched refs:coversExactly (Results 1 – 16 of 16) sorted by relevance

/platform_testing/libraries/flicker/src/android/tools/flicker/subject/region/
DRegionTraceSubject.kt119 override fun coversExactly(other: Region): RegionTraceSubject = apply { in coversAtLeast() method in android.tools.flicker.subject.region.RegionTraceSubject
120 addAssertion("coversExactly($other, $componentsAsString)") { it.coversExactly(other) } in coversAtLeast()
124 override fun coversExactly(other: Rect): RegionTraceSubject = apply { in coversExactly() method in android.tools.flicker.subject.region.RegionTraceSubject
125 addAssertion("coversExactly($other, $componentsAsString") { it.coversExactly(other) } in coversExactly()
DIRegionSubject.kt177 fun coversExactly(other: Region): IRegionSubject method
185 fun coversExactly(other: Rect): IRegionSubject method
DRegionSubject.kt336 override fun coversExactly(other: Region): RegionSubject = apply { in <lambda>() method in android.tools.flicker.subject.region.RegionSubject
353 override fun coversExactly(other: Rect): RegionSubject = coversExactly(Region(other)) in <lambda>() method in android.tools.flicker.subject.region.RegionSubject
/platform_testing/libraries/flicker/src/android/tools/flicker/assertors/assertions/
DAppWindowCoversFullScreenAtStart.kt31 visibleRegion(component.build(scenarioInstance)).coversExactly(displayBounds) in doEvaluate()
DAppWindowCoversFullScreenAtEnd.kt31 visibleRegion(component.build(scenarioInstance)).coversExactly(displayBounds) in doEvaluate()
DAppLayerCoversFullScreenAtStart.kt32 .coversExactly(displayBounds) in doEvaluate()
DAppLayerCoversFullScreenAtEnd.kt33 .coversExactly(displayBounds) in doEvaluate()
DStatusBarLayerPositionAtStart.kt35 .coversExactly(getExpectedStatusBarPosition(scenarioInstance)) in doEvaluate()
DStatusBarLayerPositionAtEnd.kt35 .coversExactly(getExpectedStatusBarPosition(scenarioInstance)) in doEvaluate()
DAppWindowHasDesktopModeInitialBoundsAtTheEnd.kt46 visibleRegion(component.build(scenarioInstance)).coversExactly(outBounds) in doEvaluate()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/surfaceflinger/
DLayerTraceEntrySubjectTest.kt107 .coversExactly(expectedVisibleRegion) in canTestLayerVisibleRegion_layerDoesNotExist()
120 .coversExactly(expectedVisibleRegion) in canTestLayerVisibleRegion_layerDoesNotHaveExpectedVisibleRegion()
133 .coversExactly(expectedVisibleRegion) in canTestLayerVisibleRegion_layerIsHiddenByParent()
146 .coversExactly(expectedVisibleRegion) in canTestLayerVisibleRegion_incorrectRegionSize()
158 .coversExactly(expectedVisibleRegion) in canTestLayerVisibleRegion()
373 imeActivitySubject.visibleRegion.coversExactly(simpleActivitySubject.visibleRegion.region) in detectOccludedLayerBecauseOfRoundedCorners()
DLayersTraceSubjectTest.kt278 subject.visibleRegion(TestComponents.FIXED_APP).coversExactly(DISPLAY_REGION_ROTATED) in <lambda>()
285 subject.visibleRegion(TestComponents.FIXED_APP).coversExactly(expectedWithoutPip) in <lambda>()
298 .coversExactly(DISPLAY_REGION_ROTATED) in <lambda>()
363 snapshotRegion.coversExactly(appVisibleRegion.region) in <lambda>()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/region/
DRegionSubjectTest.kt124 RegionSubject(rectA, timestamp = Timestamps.empty()).coversExactly(rectA) in detectCoversExactly()
126 RegionSubject(rectA, timestamp = Timestamps.empty()).coversExactly(rectB) in detectCoversExactly()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/wm/
DWindowManagerStateSubjectTest.kt146 entry.visibleRegion(ComponentNameMatcher.STATUS_BAR).coversExactly(statusBarRegion) in canDetectWindowCoversExactlyRegion_exactSize()
147 entry.visibleRegion(TestComponents.LAUNCHER).coversExactly(displayBounds) in canDetectWindowCoversExactlyRegion_exactSize()
/platform_testing/libraries/flicker/test/src/android/tools/integration/
DFullLegacyTestRun.kt164 actual?.coversExactly(expected?.region ?: Region()) in validateVisibleRegion()
DFullTestRun.kt210 actual?.coversExactly(expected?.region ?: Region()) in validateVisibleRegion()