| /compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/input/ |
| D | EditProcessorTest.kt | 71 val textInputSession = mock<TextInputSession>() in testNewState_bufferNotUpdated_ifSameModelStructurally() constant 85 val textInputSession = mock<TextInputSession>() in testNewState_new_buffer_created_if_text_is_different() constant 100 val textInputSession = mock<TextInputSession>() in testNewState_compositionNotLost_ifTextIsSame_butAnnotationsAreDifferent() constant 122 val textInputSession = mock<TextInputSession>() in testNewState_buffer_not_recreated_if_selection_is_different() constant 158 val textInputSession = mock<TextInputSession>() in testNewState_reversedSelection_setsTheSelection() constant 182 val textInputSession = mock<TextInputSession>() in compositionIsCleared_when_textChanged() constant 198 val textInputSession = mock<TextInputSession>() in compositionIsNotCleared_when_textIsSame() constant 220 val textInputSession = mock<TextInputSession>() in compositionIsCleared_when_compositionReset() constant 236 val textInputSession = mock<TextInputSession>() in compositionIsCleared_when_compositionChanged() constant 252 val textInputSession = mock<TextInputSession>() in compositionIsNotCleared_when_onlySelectionChanged() constant
|
| /compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/ |
| D | AndroidTextInputSession.android.kt | 128 val textInputSession = in platformSpecificTextInputSession() constant
|
| /compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/ |
| D | TextFieldDelegateTest.kt | 124 val textInputSession: TextInputSession = mock() in on_focus() constant 165 val textInputSession = mock<TextInputSession>() in on_blur_with_hiding() constant
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/platform/ |
| D | PlatformTextInputModifierNode.kt | 215 suspend fun textInputSession( in textInputSession() method
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/ |
| D | Owner.kt | 355 suspend fun textInputSession( in onInteropViewLayoutChange() method
|
| /compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/node/ |
| D | ModifierLocalConsumerEntityTest.kt | 472 override suspend fun textInputSession( in onInteropViewLayoutChange() method in androidx.compose.ui.node.ModifierLocalConsumerEntityTest.FakeOwner
|
| D | LayoutNodeTest.kt | 2471 override suspend fun textInputSession( in textInputSession() method in androidx.compose.ui.node.MockOwner
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/ |
| D | Helpers.kt | 215 override suspend fun textInputSession( in textInputSession() method in androidx.compose.ui.layout.FakeOwner
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/node/ |
| D | NodeChainTester.kt | 460 override suspend fun textInputSession( in textInputSession() method in androidx.compose.ui.node.MockOwner
|
| /compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/ |
| D | AndroidComposeView.android.kt | 744 override suspend fun textInputSession( in textInputSession() method
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/pointer/ |
| D | PointerInputEventProcessorTest.kt | 2901 override suspend fun textInputSession( in textInputSession() method in TestOwner
|
| D | HitPathTrackerTest.kt | 3407 override suspend fun textInputSession( in textInputSession() method in androidx.compose.ui.input.pointer.MockOwner
|