Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/
DLayer.kt323 val otherBounds: RectF in overlaps() constant
326 otherBounds = other.screenBounds.crop(crop) in overlaps()
329 otherBounds = other.screenBounds in overlaps()
331 return !thisBounds.intersection(otherBounds).isEmpty in overlaps()