Home
last modified time | relevance | path

Searched refs:setAbsoluteBounds (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/flicker/utils/test/src/android/tools/utils/
DMockLayerTraceBuilderTest.kt33 .setAbsoluteBounds(Rect(0, 0, 200, 200)) in containerLayerIsInvisible()
45 .setAbsoluteBounds(Rect(0, 0, 200, 200)) in childrenLayerInheritsParentBounds()
57 .setAbsoluteBounds(Rect(0, 0, 200, 200)) in canAddChildLayer()
68 .setAbsoluteBounds(Rect(0, 0, 200, 200)) in canSetLayerVisibility()
79 .setAbsoluteBounds(Rect(0, 0, 200, 200)) in invisibleLayerHasNoVisibleBounds()
DMockLayerTraceEntryBuilder.kt45 MockLayerBuilder("Display").setAbsoluteBounds(bounds).addChildren(rootLayers).build() in <lambda>()
DMockLayerBuilder.kt61 fun setAbsoluteBounds(bounds: Rect): MockLayerBuilder = apply { this.absoluteBounds = bounds } in <lambda>() method in android.tools.utils.MockLayerBuilder
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/surfaceflinger/
DLayerTraceEntrySubjectTest.kt248 .setAbsoluteBounds(Rect(0, 0, 200, 200)) in canUseOrComponentMatcher_visibility_allVisible()
252 .setAbsoluteBounds(Rect(200, 200, 400, 400)) in canUseOrComponentMatcher_visibility_allVisible()