Package-level declarations

Properties

Link copied to clipboard
internal actual val clearFocusOnTapEnabled: Boolean = true

Exposes the clearFocusOnTapEnabled value used by the SDAI core UI layer.

internal expect val clearFocusOnTapEnabled: Boolean

Exposes the clearFocusOnTapEnabled value used by the SDAI core UI layer.

internal actual val clearFocusOnTapEnabled: Boolean = true

Exposes the clearFocusOnTapEnabled value used by the SDAI core UI layer.

Functions

Link copied to clipboard

Renders the clearFocusOnTap UI for the SDAI presentation layer.

Link copied to clipboard
internal actual fun dismissPlatformKeyboard()

Executes the dismissPlatformKeyboard step in the SDAI core UI layer.

internal expect fun dismissPlatformKeyboard()

Executes the dismissPlatformKeyboard step in the SDAI core UI layer.

internal actual fun dismissPlatformKeyboard()

Executes the dismissPlatformKeyboard step in the SDAI core UI layer.

Link copied to clipboard
fun Modifier.fadedEdge(color: Color = MaterialTheme.colorScheme.background, gradientOffset: Dp = 0.dp): Modifier

Renders the fadedEdge UI for the SDAI presentation layer.

Link copied to clipboard

Renders the gesturesDisabled UI for the SDAI presentation layer.

Link copied to clipboard
fun getDataColumn(context: Context, uri: Uri?, selection: String?, selectionArgs: Array<String>?): String?

Loads SDAI data through getDataColumn.

Link copied to clipboard
fun getRealPath(context: Context, uri: Uri): String?

Loads SDAI data through getRealPath.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun measureTextWidth(text: String, style: TextStyle = LocalTextStyle.current): Dp

Renders the measureTextWidth UI for the SDAI presentation layer.

Link copied to clipboard
fun Modifier.shake(enabled: Boolean, animationDurationMillis: Int = 167, animationStartOffset: Int = 0): Modifier

Executes the shake step in the SDAI core UI layer.

Link copied to clipboard

Executes the shimmer step in the SDAI core UI layer.

Link copied to clipboard

Renders the TableCell UI for the SDAI presentation layer.