Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/
DTextInputServiceTest.kt47 val textInputService = TextInputService(platformService) in startInputGeneratesDifferentToken() constant
70 val textInputService = TextInputService(platformService) in startInput_stopsOldSession_onRestart() constant
95 val textInputService = TextInputService(platformService) in stopInput_with_valid_session() constant
113 val textInputService = TextInputService(platformService) in stopInput_with_expired_session() constant
140 val textInputService = TextInputService(platformService) in stopInput_removes_the_current_session() constant
155 val textInputService = TextInputService(platformService) in showSoftwareKeyboard_with_valid_session() constant
173 val textInputService = TextInputService(platformService) in showSoftwareKeyboard_afterNullaryStartInput() constant
185 val textInputService = TextInputService(platformService) in showSoftwareKeyboard_with_a_second_valid_session() constant
210 val textInputService = TextInputService(platformService) in showSoftwareKeyboard_with_disposed_session() constant
229 val textInputService = TextInputService(platformService) in showSoftwareKeyboard_with_no_started_session() constant
[all …]
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/internal/
DLegacyTextInputMethodRequestEmojiTest.kt47 val textInputService = in <lambda>() constant
DLegacyTextInputMethodRequestOnStateUpdateTest.kt47 private lateinit var textInputService: LegacyTextInputMethodRequest variable in androidx.compose.foundation.text.input.internal.LegacyTextInputMethodRequestOnStateUpdateTest
DLegacyTextInputMethodRequestCursorAnchorInfoTest.kt84 private lateinit var textInputService: LegacyTextInputMethodRequest in <lambda>() variable in androidx.compose.foundation.text.input.internal.LegacyTextInputMethodRequestCursorAnchorInfoTest
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/
DTextInputServiceAndroidEmojiTest.kt59 val textInputService = in whenEmojiCompat_addsEditorInfo() constant
DTextInputServiceAndroidOnStateUpdateTest.kt49 private lateinit var textInputService: TextInputServiceAndroid variable in androidx.compose.ui.input.TextInputServiceAndroidOnStateUpdateTest
DTextInputServiceAndroidCursorAnchorInfoTest.kt92 private lateinit var textInputService: TextInputServiceAndroid variable in androidx.compose.ui.input.TextInputServiceAndroidCursorAnchorInfoTest
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/text/
DTextFieldToggleTextTestCase.kt55 private val textInputService = TextInputService(TestPlatformTextInputService()) constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/platform/
DSoftwareKeyboardController.kt63 internal class DelegatingSoftwareKeyboardController(val textInputService: TextInputService) : in show() constant in androidx.compose.ui.platform.DelegatingSoftwareKeyboardController
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DRootForTest.kt40 @Deprecated("Use PlatformTextInputModifierNode instead.") val textInputService: TextInputService constant
DOwner.kt129 val textInputService: @Suppress("Deprecation") androidx.compose.ui.text.input.TextInputService constant
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DAndroidPlatformTextInputSession.android.kt57 private val textInputService: TextInputService, in <lambda>() constant in androidx.compose.ui.platform.AndroidPlatformTextInputSession
DAndroidComposeView.android.kt733 override val textInputService = constant
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/
DTextInputService.kt143 private val textInputService: TextInputService, constant in androidx.compose.ui.text.input.TextInputSession
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/
DTextFieldDelegateTest.kt64 private lateinit var textInputService: TextInputService variable in androidx.compose.foundation.text.TextFieldDelegateTest
/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/node/
DModifierLocalConsumerEntityTest.kt380 override val textInputService: TextInputService constant in androidx.compose.ui.node.ModifierLocalConsumerEntityTest.FakeOwner
DLayoutNodeTest.kt2370 override val textInputService: TextInputService constant in androidx.compose.ui.node.MockOwner
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/
DHelpers.kt209 override val textInputService: TextInputService constant in androidx.compose.ui.layout.FakeOwner
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/node/
DNodeChainTester.kt430 override val textInputService: TextInputService constant in androidx.compose.ui.node.MockOwner
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/
DCoreTextField.kt213 val textInputService: TextInputService = remember { in <lambda>() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/pointer/
DPointerInputEventProcessorTest.kt2895 override val textInputService: TextInputService constant in TestOwner
DHitPathTrackerTest.kt3401 override val textInputService: TextInputService constant in androidx.compose.ui.input.pointer.MockOwner