Home
last modified time | relevance | path

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

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/platform/
DTextToolbar.kt24 interface TextToolbar { interface
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/util/
DTextSelectionTestUtils.kt105 private fun TextToolbar.assertShown(shown: Boolean = true) { in TextToolbar() method