Home
last modified time | relevance | path

Searched defs:bringIntoView (Results 1 – 5 of 5) sorted by relevance

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/relocation/
DBringIntoViewModifierNode.kt48 suspend fun bringIntoView(childCoordinates: LayoutCoordinates, boundsProvider: () -> Rect?) in bringIntoView() method
62 suspend fun DelegatableNode.bringIntoView(bounds: (() -> Rect?)? = null) { in bringIntoView() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/relocation/
DBringIntoViewRequester.kt60 suspend fun bringIntoView(rect: Rect? = null) in bringIntoView() method
101 override suspend fun bringIntoView(rect: Rect?) { in bringIntoViewRequester() method in androidx.compose.foundation.relocation.BringIntoViewRequesterImpl
DBringIntoViewResponder.kt155 override suspend fun bringIntoView( in bringIntoView() method in androidx.compose.foundation.relocation.BringIntoViewResponderNode
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/relocation/
DBringIntoViewModifierNodeTest.kt436 override suspend fun bringIntoView( method in androidx.compose.ui.relocation.FakeBringIntoViewModifierNode
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DAndroidComposeView.android.kt3304 override suspend fun bringIntoView( in bringIntoView() method in BringIntoViewOnScreenResponderNode