Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DRect.kt39 fun toRectF(): RectF { in centerX() method
56 val thisRect = toRectF() in prettyPrint()
57 val otherRect = rect.toRectF() in prettyPrint()
71 val thisRect = toRectF() in intersection()
72 val otherRect = rect.toRectF() in intersection()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/service/processors/
DRotationProcessor.kt157 ?.layerStackSpace?.toRectF() ?: this.children
163 ?.displayRect?.toRectF() ?: RectF.EMPTY
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/
DLayer.kt260 visibleRegion?.isNotEmpty == true -> visibleRegion.toRectF()