Searched refs:samplingBounds (Results 1 – 2 of 2) sorted by relevance
43 private var samplingBounds = Rect() variable188 pw.println("calculated samplingBounds: $samplingBounds") in dump()215 samplingBounds.left = left in calculateScreenLocation()216 samplingBounds.top = top in calculateScreenLocation()217 samplingBounds.right = left + sampledView.width in calculateScreenLocation()218 samplingBounds.bottom = top + sampledView.height in calculateScreenLocation()221 if (samplingBounds.right > displaySize.x) samplingBounds.right = displaySize.x in calculateScreenLocation()222 if (samplingBounds.bottom > displaySize.y) samplingBounds.bottom = displaySize.y in calculateScreenLocation()224 return RectF(samplingBounds) in calculateScreenLocation()
1981 final Rect samplingBounds = new Rect(pos[0] - mNavColorSampleMargin, in calculateSamplingRect() local1985 mSamplingBounds.set(samplingBounds); in calculateSamplingRect()