Thumbnail Item
data class ThumbnailItem(@IntRange(from = 0 ) val pageIndex: Int, val position: ThumbnailPosition, val bitmap: Bitmap? = null, val isSelected: Boolean = false, val isRendering: Boolean = false, val absolutePositionX: Float? = null, val absolutePositionY: Float? = null)
Represents a single thumbnail item with its rendering state.
Constructors
Properties
Link copied to clipboard
Absolute X position in pixels (for selected overlays, includes interpolation for hidden pages)
Link copied to clipboard
Absolute Y position in pixels (for selected overlays)
Link copied to clipboard
Whether this thumbnail is currently being rendered
Link copied to clipboard
Whether this thumbnail is currently selected