Home
last modified time | relevance | path

Searched defs:onCopyRequested (Results 1 – 3 of 3) sorted by relevance

/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/actionmodecallback/
DTextActionModeCallback.android.kt30 var onCopyRequested: (() -> Unit)? = null, variable in androidx.compose.ui.platform.actionmodecallback.TextActionModeCallback
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/
DBasicSecureTextFieldTest.kt431 onShowMenu = { _, onCopyRequested, _, onCutRequested, _, _ -> in <lambda>() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/internal/selection/
DTextFieldTextToolbarTest.kt639 onShowMenu = { _, onCopyRequested, _, onCutRequested, _, _ -> in <lambda>() method
663 onShowMenu = { _, onCopyRequested, _, onCutRequested, _, _ -> in <lambda>() method
727 onShowMenu = { _, onCopyRequested, _, _, _, _ -> copyOption = onCopyRequested }, in <lambda>() method