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.java331 Rect thumbnailInsets = mThumbnailData.insets; in updateThumbnailMatrix() local
333 (thumbnailInsets.left + thumbnailInsets.right) * scale; in updateThumbnailMatrix()
335 (thumbnailInsets.top + thumbnailInsets.bottom) * scale; in updateThumbnailMatrix()
361 int newLeftInset = rotationDir == 1 ? thumbnailInsets.bottom : thumbnailInsets.top; in updateThumbnailMatrix()
362 int newTopInset = rotationDir == 1 ? thumbnailInsets.left : thumbnailInsets.right; in updateThumbnailMatrix()
377 mClippedInsets.offsetTo(thumbnailInsets.left * scale, thumbnailInsets.top * scale); in updateThumbnailMatrix()