Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DViewCapture.kt271 val locationInWindow = intArrayOf(0, 0) in getBoundsInWindow() constant
272 getLocationInWindow(locationInWindow) in getBoundsInWindow()
273 val x = locationInWindow[0] in getBoundsInWindow()
274 val y = locationInWindow[1] in getBoundsInWindow()