Home
last modified time | relevance | path

Searched refs:receiveContentConfiguration (Results 1 – 11 of 11) sorted by relevance

/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/content/internal/
DReceiveContentDragAndDropNode.android.kt30 receiveContentConfiguration: ReceiveContentConfiguration, in ReceiveContentDragAndDropNode()
41 receiveContentConfiguration.receiveContentListener.onDragStart() in ReceiveContentDragAndDropNode()
45 receiveContentConfiguration.receiveContentListener.onDragEnd() in ReceiveContentDragAndDropNode()
49 receiveContentConfiguration.receiveContentListener.onDragEnter() in ReceiveContentDragAndDropNode()
53 receiveContentConfiguration.receiveContentListener.onDragExit() in ReceiveContentDragAndDropNode()
61 receiveContentConfiguration.receiveContentListener.onReceive(original) in ReceiveContentDragAndDropNode()
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/
DAndroidTextInputSession.android.kt53 receiveContentConfiguration: ReceiveContentConfiguration?, in <lambda>()
63 receiveContentConfiguration = receiveContentConfiguration, in <lambda>()
77 receiveContentConfiguration: ReceiveContentConfiguration?, in platformSpecificTextInputSession()
144 return receiveContentConfiguration?.onCommitContent(transferableContent) in platformSpecificTextInputSession()
184 contentMimeTypes = receiveContentConfiguration?.let { ALL_MIME_TYPES } in platformSpecificTextInputSession()
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/content/
DReceiveContent.kt84 private val receiveContentConfiguration: ReceiveContentConfiguration = constant in androidx.compose.foundation.content.ReceiveContentNode
90 modifierLocalMapOf(ModifierLocalReceiveContent to receiveContentConfiguration)
95 receiveContentConfiguration = receiveContentConfiguration,
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/content/
DReceiveContentTest.kt251 val receiveContentConfiguration = getReceiveContentConfiguration?.invoke() in <lambda>() constant
252 assertThat(receiveContentConfiguration).isNotNull() in <lambda>()
253 receiveContentConfiguration!! in <lambda>()
263 val receiveContentConfiguration = getReceiveContentConfiguration?.invoke() in <lambda>() constant
264 assertThat(receiveContentConfiguration).isNotNull() in <lambda>()
265 receiveContentConfiguration!! in <lambda>()
310 val receiveContentConfiguration = getReceiveContentConfiguration?.invoke() in <lambda>() constant
311 assertThat(receiveContentConfiguration).isNotNull() in <lambda>()
312 receiveContentConfiguration!! in <lambda>()
322 val receiveContentConfiguration = getReceiveContentConfiguration?.invoke() in <lambda>() constant
[all …]
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/
DTextFieldDecoratorModifier.kt259 val receiveContentConfiguration = getReceiveContentConfiguration() in <lambda>() constant
262 if (receiveContentConfiguration != null) { in <lambda>()
293 val receiveContentConfiguration = getReceiveContentConfiguration() in clipEntry() constant
296 if (receiveContentConfiguration != null) { in clipEntry()
305 receiveContentConfiguration.receiveContentListener.onReceive( in clipEntry()
480 textFieldSelectionState.receiveContentConfiguration = in updateNode()
671 textFieldSelectionState.receiveContentConfiguration = receiveContentConfigurationProvider in onAttach()
676 textFieldSelectionState.receiveContentConfiguration = null in onDetach()
740 val receiveContentConfiguration = getReceiveContentConfiguration() in startInputSession() constant
751 receiveContentConfiguration = receiveContentConfiguration, in startInputSession()
[all …]
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/internal/
DAndroidTextInputSessionTest.kt230 receiveContentConfiguration: ReceiveContentConfiguration? = null,
243 receiveContentConfiguration = receiveContentConfiguration,
DTextInputServiceAndroidCursorAnchorInfoTest.kt187 receiveContentConfiguration = null, in <lambda>()
336 receiveContentConfiguration = null, in startFakeTextInputSession()
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/content/internal/
DReceiveContentDragAndDropNode.kt23 receiveContentConfiguration: ReceiveContentConfiguration,
/compose/foundation/foundation/src/commonStubsMain/kotlin/androidx/compose/foundation/content/internal/
DReceiveContentDragAndDropNode.commonStubs.kt24 receiveContentConfiguration: ReceiveContentConfiguration,
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/selection/
DTextFieldSelectionState.kt140 var receiveContentConfiguration: (() -> ReceiveContentConfiguration?)? = null in <lambda>() variable in androidx.compose.foundation.text.input.internal.selection.TextFieldSelectionState
1362 return receiveContentConfiguration?.invoke() != null && clipEntry != null in <lambda>()
1366 val receiveContentConfiguration = in <lambda>() constant
1367 receiveContentConfiguration?.invoke() ?: return pasteAsPlainText() in <lambda>()
1373 receiveContentConfiguration.receiveContentListener.onReceive( in <lambda>()
/compose/foundation/foundation/src/commonStubsMain/kotlin/androidx/compose/foundation/text/input/internal/
DTextInputSession.commonStubs.kt31 receiveContentConfiguration: ReceiveContentConfiguration?,