Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java294 Rect thumbnailInsets = mThumbnailData.insets; in updateThumbnailMatrix() local
296 (thumbnailInsets.left + thumbnailInsets.right) * scale; in updateThumbnailMatrix()
298 (thumbnailInsets.top + thumbnailInsets.bottom) * scale; in updateThumbnailMatrix()
324 int newLeftInset = rotationDir == 1 ? thumbnailInsets.bottom : thumbnailInsets.top; in updateThumbnailMatrix()
325 int newTopInset = rotationDir == 1 ? thumbnailInsets.left : thumbnailInsets.right; in updateThumbnailMatrix()
340 mClippedInsets.offsetTo(thumbnailInsets.left * scale, thumbnailInsets.top * scale); in updateThumbnailMatrix()