Searched refs:thumbnailSize (Results 1 – 5 of 5) sorted by relevance
48 @ThumbnailSize thumbnailSize: Int,51 private val size = Size(thumbnailSize, thumbnailSize)
38 fun thumbnailSize(@ApplicationOwned resources: Resources): Int = in thumbnailLoader() method
262 val thumbnailSize = taskViewHeight - deviceProfile.overviewTaskThumbnailTopMarginPx in <lambda>() constant275 centerThumbnailTranslationY = (thumbnailSize - snapshotViewSize.y) / 2f in <lambda>()279 centerThumbnailTranslationY = (thumbnailSize - snapshotViewSize.y) / 2f in <lambda>()281 val finalScaleY: Float = thumbnailSize.toFloat() / snapshotViewSize.y in <lambda>()
104 private static int thumbnailSize; field in ContactPhotoManagerImpl197 thumbnailSize = in ContactPhotoManagerImpl()260 if (height != width && Math.min(height, width) <= thumbnailSize * 2) { in inflateBitmap()
876 @Nullable int[] operationsSupported, String mimeType, long thumbnailSize, in getDocumentFlags() argument899 if (thumbnailSize > 0) { in getDocumentFlags()