Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskThumbnailView.java513 float croppedHeight = croppedWidth / canvasAspect; in updateThumbnailMatrix() local
514 if (croppedHeight > availableHeight) { in updateThumbnailMatrix()
515 croppedHeight = availableHeight; in updateThumbnailMatrix()
516 if (croppedHeight < targetH) { in updateThumbnailMatrix()
517 croppedHeight = Math.min(targetH, surfaceHeight); in updateThumbnailMatrix()
519 croppedWidth = croppedHeight * canvasAspect; in updateThumbnailMatrix()
524 croppedHeight = croppedWidth / canvasAspect; in updateThumbnailMatrix()
542 thumbnailClipHint.bottom += availableHeight - croppedHeight; in updateThumbnailMatrix()