Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/regionsampling/
DRegionSampler.kt126 val screenLocationBounds = calculateScreenLocation(sampledView) in startRegionSampler()
203 fun calculateScreenLocation(sampledView: View): RectF? { in calculateScreenLocation() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/regionsampling/
DRegionSamplerTest.kt91 regionSampler.calculateScreenLocation(sampledView)?.let { in testCalculatedBounds_inRange()