ComposeView.Companion
-
android
object ComposeView.Companion
Here to allow extension functions
Summary
Extension functions |
||
|---|---|---|
Unit |
This function is deprecated. Use WindowInsetsRulers.disable() |
android
|
Extension functions
ComposeView.Companion.disableWindowInsetsRulers
fun ComposeView.Companion.disableWindowInsetsRulers(): Unit
Used to disable androidx.compose.ui.layout.WindowInsetsRulers. This can be used when UI never reads WindowInsets across all ComposeViews to reduce the overhead of requesting WindowInsets updates. Only call this when no ComposeViews will ever need to handle insets over the lifetime of the application. This should be called before the first ComposeView is created.