Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskThumbnailView.java231 RectF boundsInBitmapSpace = new RectF(); in getScaledInsets() local
232 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()