Searched refs:thumbnailInsets (Results 1 – 1 of 1) sorted by relevance
331 Rect thumbnailInsets = mThumbnailData.insets; in updateThumbnailMatrix() local333 (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()