Package-level declarations
Types
Link copied to clipboard
interface IOverlayViewModel
Link copied to clipboard
data class OverlayColors(val maneuversBarColors: ManeuversBarColors, val maneuversBarBorder: BorderStroke?, val speedViewColors: SpeedViewColors, val buttonsColors: ButtonColors, val buttonsBorder: BorderStroke?, val etaBarColors: EtaBarColors, val etaBarBorder: BorderStroke?, val dialogColors: CardColors, val dialogBorder: BorderStroke?)
Link copied to clipboard
object OverlayDefaults
Link copied to clipboard
A simple calculator that counts the displacement of the camera relative to the centre of the available area.
Functions
Link copied to clipboard
fun getOperationalAreaPadding(screenWidth: Int, leftColumnWidth: Int = 0, isLandscape: Boolean): CameraPadding
Link copied to clipboard
fun Overlay(modifier: Modifier = Modifier, viewModel: IOverlayViewModel, colors: OverlayColors = OverlayDefaults.overlayColors())
Link copied to clipboard