Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/
DTextInputService.kt245 fun updateState(oldValue: TextFieldValue?, newValue: TextFieldValue): Boolean = in updateState() method in androidx.compose.ui.text.input.TextInputSession
339 fun updateState(oldValue: TextFieldValue?, newValue: TextFieldValue) in stopInput() method
/compose/foundation/foundation/samples/src/main/java/androidx/compose/foundation/samples/
DBasicTextFieldValueSample.kt179 private fun updateState(value: TextFieldValue) { in updateState() method in androidx.compose.foundation.samples.StateSyncingModifierNode
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/
DLegacyPlatformTextInputServiceAdapter.android.kt167 override fun updateState(oldValue: TextFieldValue?, newValue: TextFieldValue) { in createLegacyPlatformTextInputServiceAdapter() method in androidx.compose.foundation.text.input.internal.AndroidLegacyPlatformTextInputServiceAdapter
324 fun updateState(oldValue: TextFieldValue?, newValue: TextFieldValue) { in updateState() method
/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DSuspendAnimation.kt316 internal fun <T, V : AnimationVector> AnimationScope<T, V>.updateState( in updateState() method
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/text/
DTextFieldToggleTextTestCase.kt105 override fun updateState(oldValue: TextFieldValue?, newValue: TextFieldValue) { in updateState() method in androidx.compose.foundation.benchmark.text.TestPlatformTextInputService
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/input/
DAndroidPlatformTextInputSessionTest.kt77 override fun updateState(oldValue: TextFieldValue?, newValue: TextFieldValue) { in updateState() method in androidx.compose.ui.text.input.AndroidPlatformTextInputSessionTest
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/text/input/
DTextInputServiceAndroid.android.kt367 override fun updateState(oldValue: TextFieldValue?, newValue: TextFieldValue) { in <lambda>() method