Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskThumbnailView.java554 Rect splitScreenInsets = dp.getInsets(); in updateThumbnailMatrix() local
558 mClippedInsets.offsetTo(splitScreenInsets.left * scale, in updateThumbnailMatrix()
559 splitScreenInsets.top * scale); in updateThumbnailMatrix()
584 mClippedInsets.right = splitScreenInsets.right * scale * thumbnailScale; in updateThumbnailMatrix()
585 mClippedInsets.bottom = splitScreenInsets.bottom * scale * thumbnailScale; in updateThumbnailMatrix()