Searched defs:getParagraphDirection (Results 1 – 7 of 7) sorted by relevance
208 fun getParagraphDirection(offset: Int): ResolvedTextDirection method
476 fun getParagraphDirection(offset: Int): ResolvedTextDirection = in getLineStart() method
775 fun getParagraphDirection(offset: Int): ResolvedTextDirection { in <lambda>() method
72 actual fun getParagraphDirection(offset: Int): ResolvedTextDirection method
499 override fun getParagraphDirection(offset: Int): ResolvedTextDirection { in <lambda>() method in androidx.compose.ui.text.AndroidParagraph
73 actual fun getParagraphDirection(offset: Int): ResolvedTextDirection method
571 fun getParagraphDirection(line: Int): Int = layout.getParagraphDirection(line) in getLineForOffset() method