Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/
DEditProcessor.kt153 private fun EditCommand.toStringForLog(): String = in toStringForLog() method
DEditCommand.kt30 interface EditCommand { interface
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/
DTextFieldKeyInput.kt72 private fun EditCommand.apply() { in apply() method