Home
last modified time | relevance | path

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

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/draganddrop/
DDragAndDrop.kt90 fun onChanged(event: DragAndDropEvent) = Unit in startDragAndDropTransfer() method
DDragAndDropNode.kt413 override fun onChanged(event: DragAndDropEvent) { in onChanged() method in androidx.compose.ui.draganddrop.DragAndDropNode
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/
DTextFieldDragAndDropNode.android.kt70 override fun onChanged(event: DragAndDropEvent) = onChanged?.invoke(event) ?: Unit in <lambda>() method
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/
DAndroidExternalSurface.android.kt50 fun Surface.onChanged(onChanged: Surface.(width: Int, height: Int) -> Unit) in <lambda>() method
114 override fun Surface.onChanged(onChanged: Surface.(width: Int, height: Int) -> Unit) { in onSurface() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotStateObserver.kt338 private class ObservedScopeMap(val onChanged: (Any) -> Unit) { in <lambda>() constant in androidx.compose.runtime.snapshots.SnapshotStateObserver.ObservedScopeMap