Home
last modified time | relevance | path

Searched refs:sourceBounds (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/
DLayer.kt49 val sourceBounds: RectF, constant in com.android.server.wm.traces.common.layers.Layer
336 if (sourceBounds != other.sourceBounds) return false in equals()
372 result = 31 * result + sourceBounds.hashCode() in hashCode()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DWindowManagerConditionsFactory.kt247 val layerHeight = pipLayer?.sourceBounds?.height in <lambda>()
249 val layerWidth = pipLayer.sourceBounds.width in <lambda>()