Searched refs:locationInSurface (Results 1 – 1 of 1) sorted by relevance
280 val locationInSurface = intArrayOf(0, 0) in getBoundsInSurface() constant282 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()