Package-level declarations
Types
Link copied to clipboard
abstract class RendererPreviewTileService<T, R, S : TileLayoutRenderer<T, R>> : SuspendingTileService
A base class for a Preview only TileService using a TileLayoutRenderer.
Link copied to clipboard
abstract class SingleTileLayoutRenderer<T, R>(val context: Context, val debugResourceMode: Boolean = false) : TileLayoutRenderer<T, R>
A TileLayoutRenderer designed with typical but restrictive limitations, such as a single tile in the timeline, and fixed resources that will be updated by changing ids instead of version.
Link copied to clipboard
A base class for a synchronous tile and resource render phase.