Searched refs:calculateScreenLocation (Results 1 – 2 of 2) sorted by relevance
126 val screenLocationBounds = calculateScreenLocation(sampledView) in startRegionSampler()203 fun calculateScreenLocation(sampledView: View): RectF? { in calculateScreenLocation() method
91 regionSampler.calculateScreenLocation(sampledView)?.let { in testCalculatedBounds_inRange()