Home
last modified time | relevance | path

Searched defs:setComposition (Results 1 – 2 of 2) sorted by relevance

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/
DEditingBuffer.kt261 internal fun setComposition(start: Int, end: Int) { in setComposition() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/
DTextFieldBuffer.kt200 internal fun setComposition(start: Int, end: Int, annotations: List<PlacedAnnotation>? = null) { in <lambda>() method