Home
last modified time | relevance | path

Searched refs:screenBounds (Results 1 – 10 of 10) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DLayerProperties.kt37 override val screenBounds: RectF = RectF(), constant in android.tools.traces.surfaceflinger.LayerProperties
60 result = 31 * result + screenBounds.hashCode() in hashCode()
70 result = 31 * result + screenBounds.hashCode() in hashCode()
80 "screenBounds=$screenBounds, transform=$transform, " + in toString()
85 "screenBounds=$screenBounds, isOpaque=$isOpaque, " + in toString()
101 if (screenBounds != other.screenBounds) return false in equals()
111 if (screenBounds != other.screenBounds) return false in equals()
131 screenBounds: RectF, in from()
153 screenBounds, in from()
DLayer.kt186 thisBounds = this.screenBounds.crop(crop) in contains()
187 innerLayerBounds = innerLayer.screenBounds.crop(crop) in contains()
189 thisBounds = this.screenBounds in contains()
190 innerLayerBounds = innerLayer.screenBounds in contains()
216 thisBounds = this.screenBounds.crop(crop) in overlaps()
217 otherBounds = other.screenBounds.crop(crop) in overlaps()
219 thisBounds = this.screenBounds in overlaps()
220 otherBounds = other.screenBounds in overlaps()
272 if (screenBounds != other.screenBounds) return false in equals()
296 result = 31 * result + screenBounds.hashCode() in hashCode()
[all …]
DILayerProperties.kt40 val screenBounds: RectF constant
/platform_testing/libraries/flicker/src/android/tools/flicker/subject/layers/
DLayerSubject.kt68 val screenBounds: RegionSubject constant in android.tools.flicker.subject.layers.LayerSubject
69 get() = RegionSubject(layer.screenBounds, timestamp, reader)
93 Size.from(layer.screenBounds.width().toInt(), layer.screenBounds.height().toInt()) in <lambda>()
DLayerTraceEntrySubject.kt130 val visibleAreas = visibleLayers.map { Region(it.layer.screenBounds.toRect()) } in <lambda>()
/platform_testing/libraries/flicker/utils/test/src/android/tools/utils/
DMockLayerTraceBuilderTest.kt49 Truth.assertThat(mockLayer.children.first().screenBounds).isEqualTo(mockLayer.screenBounds) in childrenLayerInheritsParentBounds()
DMockLayerBuilder.kt84 screenBounds = absoluteBounds.toRectF(), in <lambda>()
/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/surfaceflinger/
DLayerTraceEntryBuilderTest.kt95 screenBounds = RectF(), in removesLayersFromOffDisplays()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/
DConditionsFactory.kt326 pipLayer?.screenBounds?.height() ?: error("Unable to find layer with id $layerId") in <lambda>()
327 val layerWidth = pipLayer.screenBounds.width() in <lambda>()
/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/
DWindowManagerStateHelperTest.kt117 screenBounds = rect, in <lambda>()