Home
last modified time | relevance | path

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

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