Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/
DLayer.kt259 val screenBounds: RectF = when { constant in com.android.server.wm.traces.common.layers.Layer
281 this.screenBounds.contains(innerLayer.screenBounds) in contains()
302 !this.screenBounds.intersection(other.screenBounds).isEmpty in overlaps()
353 if (screenBounds != other.screenBounds) return false in equals()
389 result = 31 * result + screenBounds.hashCode() in hashCode()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/service/processors/
DRotationProcessor.kt70 val newLayersDisplayRect = current.layerState.screenBounds() in doProcessState()
129 val newLayersDisplayRect = current.layerState.screenBounds() in doProcessState()
156 private fun LayerTraceEntry.screenBounds() = this.displays.minByOrNull { it.id } in <lambda>() method
160 ?.screenBounds ?: error("Unable to identify screen bounds (display is empty in proto)")
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/traces/layers/
DLayerSubject.kt72 val screenBounds: RegionSubject get() = in <lambda>() constant
73 RegionSubject.assertThat(layer?.screenBounds, this) in <lambda>()
134 val layerSize = Point(layer.screenBounds.width.toInt(), layer.screenBounds.height.toInt()) in <lambda>()