Searched refs:boundsInBitmapSpace (Results 1 – 1 of 1) sorted by relevance
231 RectF boundsInBitmapSpace = new RectF(); in getScaledInsets() local232 boundsToBitmapSpace.mapRect(boundsInBitmapSpace, viewRect); in getScaledInsets()235 Math.round(boundsInBitmapSpace.left), in getScaledInsets()236 Math.round(boundsInBitmapSpace.top), in getScaledInsets()237 Math.round(bitmapRect.right - boundsInBitmapSpace.right), in getScaledInsets()238 Math.round(bitmapRect.bottom - boundsInBitmapSpace.bottom)); in getScaledInsets()