Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskThumbnailView.java227 RectF bitmapRect = new RectF( in getScaledInsets() local
244 bitmapRect.right - boundsInBitmapSpace.right) : 0; in getScaledInsets()
246 ? Math.round(bitmapRect.bottom - boundsInBitmapSpace.bottom) : 0; in getScaledInsets()