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