Searched refs:screenBounds (Results 1 – 3 of 3) sorted by relevance
259 val screenBounds: RectF = when { constant in com.android.server.wm.traces.common.layers.Layer281 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()
70 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>() method160 ?.screenBounds ?: error("Unable to identify screen bounds (display is empty in proto)")
72 val screenBounds: RegionSubject get() = in <lambda>() constant73 RegionSubject.assertThat(layer?.screenBounds, this) in <lambda>()134 val layerSize = Point(layer.screenBounds.width.toInt(), layer.screenBounds.height.toInt()) in <lambda>()