Home
last modified time | relevance | path

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

/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/autofill/
DPlatformAutofillManager.android.kt31 fun notifyViewExited(view: View, semanticsId: Int) in notifyViewEntered() method
52 override fun notifyViewExited(view: View, semanticsId: Int) { in notifyViewEntered() method in androidx.compose.ui.autofill.PlatformAutofillManagerImpl
/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/autofill/
DAutofillNodeTest.kt132 fun notifyViewExited(view: View, virtualId: Int) { in notifyViewExited() method