Home
last modified time | relevance | path

Searched defs:textInputSession (Results 1 – 12 of 12) sorted by relevance

/compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/input/
DEditProcessorTest.kt71 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/
DAndroidTextInputSession.android.kt128 val textInputSession = in platformSpecificTextInputSession() constant
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/
DTextFieldDelegateTest.kt124 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/
DPlatformTextInputModifierNode.kt215 suspend fun textInputSession( in textInputSession() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DOwner.kt355 suspend fun textInputSession( in onInteropViewLayoutChange() method
/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/node/
DModifierLocalConsumerEntityTest.kt472 override suspend fun textInputSession( in onInteropViewLayoutChange() method in androidx.compose.ui.node.ModifierLocalConsumerEntityTest.FakeOwner
DLayoutNodeTest.kt2471 override suspend fun textInputSession( in textInputSession() method in androidx.compose.ui.node.MockOwner
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/
DHelpers.kt215 override suspend fun textInputSession( in textInputSession() method in androidx.compose.ui.layout.FakeOwner
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/node/
DNodeChainTester.kt460 override suspend fun textInputSession( in textInputSession() method in androidx.compose.ui.node.MockOwner
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DAndroidComposeView.android.kt744 override suspend fun textInputSession( in textInputSession() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/pointer/
DPointerInputEventProcessorTest.kt2901 override suspend fun textInputSession( in textInputSession() method in TestOwner
DHitPathTrackerTest.kt3407 override suspend fun textInputSession( in textInputSession() method in androidx.compose.ui.input.pointer.MockOwner