Home
last modified time | relevance | path

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

/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/autofill/
DPlatformAutofillManager.android.kt33 fun notifyValueChanged(view: View, semanticsId: Int, autofillValue: AutofillValue) in notifyViewEntered() method
56 override fun notifyValueChanged(view: View, semanticsId: Int, autofillValue: AutofillValue) { in notifyViewEntered() method in androidx.compose.ui.autofill.PlatformAutofillManagerImpl