Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/
DBasicSecureTextField.kt247 private fun scheduleHide() { in scheduleHide() method
264 internal class PasswordInputTransformation(val scheduleHide: () -> Unit) : InputTransformation { constant in androidx.compose.foundation.text.PasswordInputTransformation