Package-level declarations
Core API for RadialMenu including composables, View implementation, math utilities, and configuration classes.
Types
Controls animation behavior of the RadialMenu.
Default constants and dimensions used in the radial menu components.
Core mathematical functions for RadialMenu positioning and selection.
A custom, drag-to-select radial menu Android View component.
Functions
Scoped draw method for Compose Painters onto a native Android Canvas. Passed arguments avoid per-frame allocations.
The internal drawing logic for the radial menu icons, indicators, and badges.
The fullscreen overlay that displays the radial menu when active. Uses a Popup to render above all other UI elements (toolbars, FABs, etc.).
A wrapper composable that detects long presses and shows the radial menu overlay.