Home
last modified time | relevance | path

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

/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/autofill/
DPlatformAutofillManager.android.kt35 fun notifyViewVisibilityChanged(view: View, semanticsId: Int, isVisible: Boolean) in notifyViewEntered() method
60 override fun notifyViewVisibilityChanged(view: View, semanticsId: Int, isVisible: Boolean) { in notifyViewEntered() method in androidx.compose.ui.autofill.PlatformAutofillManagerImpl
DAutofillUtils.android.kt45 fun notifyViewVisibilityChanged( in setMaxTextLength() method