/platform_testing/libraries/flicker/src/android/tools/flicker/subject/region/ |
D | RegionTraceSubject.kt | 119 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()
|
D | IRegionSubject.kt | 177 fun coversExactly(other: Region): IRegionSubject method 185 fun coversExactly(other: Rect): IRegionSubject method
|
D | RegionSubject.kt | 336 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/ |
D | AppWindowCoversFullScreenAtStart.kt | 31 visibleRegion(component.build(scenarioInstance)).coversExactly(displayBounds) in doEvaluate()
|
D | AppWindowCoversFullScreenAtEnd.kt | 31 visibleRegion(component.build(scenarioInstance)).coversExactly(displayBounds) in doEvaluate()
|
D | AppLayerCoversFullScreenAtStart.kt | 32 .coversExactly(displayBounds) in doEvaluate()
|
D | AppLayerCoversFullScreenAtEnd.kt | 33 .coversExactly(displayBounds) in doEvaluate()
|
D | StatusBarLayerPositionAtStart.kt | 35 .coversExactly(getExpectedStatusBarPosition(scenarioInstance)) in doEvaluate()
|
D | StatusBarLayerPositionAtEnd.kt | 35 .coversExactly(getExpectedStatusBarPosition(scenarioInstance)) in doEvaluate()
|
D | AppWindowHasDesktopModeInitialBoundsAtTheEnd.kt | 46 visibleRegion(component.build(scenarioInstance)).coversExactly(outBounds) in doEvaluate()
|
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/surfaceflinger/ |
D | LayerTraceEntrySubjectTest.kt | 107 .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()
|
D | LayersTraceSubjectTest.kt | 278 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/ |
D | RegionSubjectTest.kt | 124 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/ |
D | WindowManagerStateSubjectTest.kt | 146 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/ |
D | FullLegacyTestRun.kt | 164 actual?.coversExactly(expected?.region ?: Region()) in validateVisibleRegion()
|
D | FullTestRun.kt | 210 actual?.coversExactly(expected?.region ?: Region()) in validateVisibleRegion()
|