| /compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/ |
| D | TextInputServiceTest.kt | 47 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/ |
| D | LegacyTextInputMethodRequestEmojiTest.kt | 47 val textInputService = in <lambda>() constant
|
| D | LegacyTextInputMethodRequestOnStateUpdateTest.kt | 47 private lateinit var textInputService: LegacyTextInputMethodRequest variable in androidx.compose.foundation.text.input.internal.LegacyTextInputMethodRequestOnStateUpdateTest
|
| D | LegacyTextInputMethodRequestCursorAnchorInfoTest.kt | 84 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/ |
| D | TextInputServiceAndroidEmojiTest.kt | 59 val textInputService = in whenEmojiCompat_addsEditorInfo() constant
|
| D | TextInputServiceAndroidOnStateUpdateTest.kt | 49 private lateinit var textInputService: TextInputServiceAndroid variable in androidx.compose.ui.input.TextInputServiceAndroidOnStateUpdateTest
|
| D | TextInputServiceAndroidCursorAnchorInfoTest.kt | 92 private lateinit var textInputService: TextInputServiceAndroid variable in androidx.compose.ui.input.TextInputServiceAndroidCursorAnchorInfoTest
|
| /compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/text/ |
| D | TextFieldToggleTextTestCase.kt | 55 private val textInputService = TextInputService(TestPlatformTextInputService()) constant
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/platform/ |
| D | SoftwareKeyboardController.kt | 63 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/ |
| D | RootForTest.kt | 40 @Deprecated("Use PlatformTextInputModifierNode instead.") val textInputService: TextInputService constant
|
| D | Owner.kt | 129 val textInputService: @Suppress("Deprecation") androidx.compose.ui.text.input.TextInputService constant
|
| /compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/ |
| D | AndroidPlatformTextInputSession.android.kt | 57 private val textInputService: TextInputService, in <lambda>() constant in androidx.compose.ui.platform.AndroidPlatformTextInputSession
|
| D | AndroidComposeView.android.kt | 733 override val textInputService = constant
|
| /compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/ |
| D | TextInputService.kt | 143 private val textInputService: TextInputService, constant in androidx.compose.ui.text.input.TextInputSession
|
| /compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/ |
| D | TextFieldDelegateTest.kt | 64 private lateinit var textInputService: TextInputService variable in androidx.compose.foundation.text.TextFieldDelegateTest
|
| /compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/node/ |
| D | ModifierLocalConsumerEntityTest.kt | 380 override val textInputService: TextInputService constant in androidx.compose.ui.node.ModifierLocalConsumerEntityTest.FakeOwner
|
| D | LayoutNodeTest.kt | 2370 override val textInputService: TextInputService constant in androidx.compose.ui.node.MockOwner
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/ |
| D | Helpers.kt | 209 override val textInputService: TextInputService constant in androidx.compose.ui.layout.FakeOwner
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/node/ |
| D | NodeChainTester.kt | 430 override val textInputService: TextInputService constant in androidx.compose.ui.node.MockOwner
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/ |
| D | CoreTextField.kt | 213 val textInputService: TextInputService = remember { in <lambda>() constant
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/pointer/ |
| D | PointerInputEventProcessorTest.kt | 2895 override val textInputService: TextInputService constant in TestOwner
|
| D | HitPathTrackerTest.kt | 3401 override val textInputService: TextInputService constant in androidx.compose.ui.input.pointer.MockOwner
|