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/
DTaskThumbnailViewDeprecated.java325 RectF boundsInBitmapSpace = new RectF(); in getScaledInsets() local
326 boundsToBitmapSpace.mapRect(boundsInBitmapSpace, viewRect); in getScaledInsets()
330 ? Math.round(bitmapRect.bottom - boundsInBitmapSpace.bottom) : 0; in getScaledInsets()