Searched refs:boundsInBitmapSpace (Results 1 – 1 of 1) sorted by relevance
237 RectF boundsInBitmapSpace = new RectF(); in getScaledInsets() local238 boundsToBitmapSpace.mapRect(boundsInBitmapSpace, viewRect); in getScaledInsets()241 int leftInset = TaskView.clipLeft(dp) ? Math.round(boundsInBitmapSpace.left) : 0; in getScaledInsets()242 int topInset = TaskView.clipTop(dp) ? Math.round(boundsInBitmapSpace.top) : 0; in getScaledInsets()244 bitmapRect.right - boundsInBitmapSpace.right) : 0; in getScaledInsets()246 ? Math.round(bitmapRect.bottom - boundsInBitmapSpace.bottom) : 0; in getScaledInsets()