Searched defs:updateState (Results 1 – 7 of 7) sorted by relevance
245 fun updateState(oldValue: TextFieldValue?, newValue: TextFieldValue): Boolean = in updateState() method in androidx.compose.ui.text.input.TextInputSession339 fun updateState(oldValue: TextFieldValue?, newValue: TextFieldValue) in stopInput() method
179 private fun updateState(value: TextFieldValue) { in updateState() method in androidx.compose.foundation.samples.StateSyncingModifierNode
167 override fun updateState(oldValue: TextFieldValue?, newValue: TextFieldValue) { in createLegacyPlatformTextInputServiceAdapter() method in androidx.compose.foundation.text.input.internal.AndroidLegacyPlatformTextInputServiceAdapter324 fun updateState(oldValue: TextFieldValue?, newValue: TextFieldValue) { in updateState() method
316 internal fun <T, V : AnimationVector> AnimationScope<T, V>.updateState( in updateState() method
105 override fun updateState(oldValue: TextFieldValue?, newValue: TextFieldValue) { in updateState() method in androidx.compose.foundation.benchmark.text.TestPlatformTextInputService
77 override fun updateState(oldValue: TextFieldValue?, newValue: TextFieldValue) { in updateState() method in androidx.compose.ui.text.input.AndroidPlatformTextInputSessionTest
367 override fun updateState(oldValue: TextFieldValue?, newValue: TextFieldValue) { in <lambda>() method