Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DViewCapture.kt280 val locationInSurface = intArrayOf(0, 0) in getBoundsInSurface() constant
282 reflectivelyGetLocationInSurface(locationInSurface) in getBoundsInSurface()
284 getLocationInSurface(locationInSurface) in getBoundsInSurface()
286 val x = locationInSurface[0] in getBoundsInSurface()
287 val y = locationInSurface[1] in getBoundsInSurface()
307 private fun View.reflectivelyGetLocationInSurface(locationInSurface: IntArray) { in reflectivelyGetLocationInSurface()
309 getLocationInWindow(locationInSurface) in reflectivelyGetLocationInSurface()
321 locationInSurface[0] += surfaceInsets.left in reflectivelyGetLocationInSurface()
322 locationInSurface[1] += surfaceInsets.top in reflectivelyGetLocationInSurface()