Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/regionsampling/
H A DRegionSampler.kt126 val screenLocationBounds = calculateScreenLocation(sampledView) regex
127 if (screenLocationBounds == null) {
131 if (screenLocationBounds.isEmpty) {
136 val sampledRegionWithOffset = convertBounds(screenLocationBounds)
146 "startRegionSampler() | view out of bounds: $screenLocationBounds | " +