Searched refs:screenBounds (Results 1 – 10 of 10) sorted by relevance
/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/ |
D | LayerProperties.kt | 37 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()
|
D | Layer.kt | 186 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 …]
|
D | ILayerProperties.kt | 40 val screenBounds: RectF constant
|
/platform_testing/libraries/flicker/src/android/tools/flicker/subject/layers/ |
D | LayerSubject.kt | 68 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>()
|
D | LayerTraceEntrySubject.kt | 130 val visibleAreas = visibleLayers.map { Region(it.layer.screenBounds.toRect()) } in <lambda>()
|
/platform_testing/libraries/flicker/utils/test/src/android/tools/utils/ |
D | MockLayerTraceBuilderTest.kt | 49 Truth.assertThat(mockLayer.children.first().screenBounds).isEqualTo(mockLayer.screenBounds) in childrenLayerInheritsParentBounds()
|
D | MockLayerBuilder.kt | 84 screenBounds = absoluteBounds.toRectF(), in <lambda>()
|
/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/surfaceflinger/ |
D | LayerTraceEntryBuilderTest.kt | 95 screenBounds = RectF(), in removesLayersFromOffDisplays()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/ |
D | ConditionsFactory.kt | 326 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/ |
D | WindowManagerStateHelperTest.kt | 117 screenBounds = rect, in <lambda>()
|