Home
last modified time | relevance | path

Searched defs:textLength (Results 1 – 24 of 24) sorted by relevance

/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DAccessibilityIterators.android.kt93 val textLength = text.length in following() constant
118 val textLength = text.length in preceding() constant
193 val textLength = text.length in following() constant
218 val textLength = text.length in preceding() constant
273 val textLength = text.length in following() constant
298 val textLength = text.length in preceding() constant
355 val textLength = text.length in following() constant
382 val textLength = text.length in preceding() constant
446 val textLength = text.length in following() constant
481 val textLength = text.length in preceding() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/
DGapBuffer.kt157 val textLength = textEnd - textStart in replace() constant
237 val textLength = textEnd - textStart in replace() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DMultiWidgetSelectionDelegate.kt162 val textLength = textLayoutResult.layoutInput.text.length in getBoundingBox() constant
264 val textLength = textLayoutResult.layoutInput.text.length in appendSelectableInfo() constant
DSelectionLayout.kt645 val textLength: Int constant in androidx.compose.foundation.text.selection.SelectableInfo
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/text/
DTextToggleTextBenchmark.kt34 class TextToggleTextBenchmark(private val textLength: Int) { in <lambda>() constant in androidx.compose.foundation.benchmark.text.TextToggleTextBenchmark
DTextToggleTextTestCase.kt38 private val textLength: Int, constant in androidx.compose.foundation.benchmark.text.TextToggleTextTestCase
DTextEllipsisBenchmark.kt35 class TextEllipsisBenchmark(private val textLength: Int) { in <lambda>() constant in androidx.compose.foundation.benchmark.text.TextEllipsisBenchmark
DBasicTextField2ToggleTextTestCase.kt46 private val textLength: Int, in <lambda>() constant in androidx.compose.foundation.benchmark.text.BasicTextField2ToggleTextTestCase
DTextMultiStyleBenchmark.kt41 class TextMultiStyleBenchmark(private val textLength: Int, private val styleCount: Int) { in <lambda>() constant in androidx.compose.foundation.benchmark.text.TextMultiStyleBenchmark
DTextBasicBenchmark.kt41 class TextBasicBenchmark(private val textLength: Int) { in <lambda>() constant in androidx.compose.foundation.benchmark.text.TextBasicBenchmark
DTextFieldToggleTextBenchmark.kt41 class TextFieldToggleTextBenchmark(private val textLength: Int) { in <lambda>() constant in androidx.compose.foundation.benchmark.text.TextFieldToggleTextBenchmark
DTextFieldToggleTextTestCase.kt49 private val textLength: Int, constant in androidx.compose.foundation.benchmark.text.TextFieldToggleTextTestCase
DBasicTextField2ToggleTextBenchmark.kt43 class BasicTextField2ToggleTextBenchmark(private val textLength: Int) { in <lambda>() constant in androidx.compose.foundation.benchmark.text.BasicTextField2ToggleTextBenchmark
DTextAutoSizeBenchmark.kt51 class TextAutoSizeBenchmark(private val textLength: Int, private val autoSize: TextAutoSize) { in <lambda>() constant in androidx.compose.foundation.benchmark.text.TextAutoSizeBenchmark
/compose/material/material/benchmark/src/androidTest/java/androidx/compose/material/benchmark/view/
DAndroidTextViewBenchmark.kt36 class AndroidTextViewBenchmark(private val textLength: Int) { in <lambda>() constant in androidx.compose.material.benchmark.view.AndroidTextViewBenchmark
/compose/ui/ui-text/benchmark/src/androidTest/java/androidx/compose/ui/text/benchmark/
DParagraphWithLineHeightBenchmark.kt45 private val textLength: Int, in <lambda>() constant in androidx.compose.ui.text.benchmark.ParagraphWithLineHeightBenchmark
DFrameworkTextLayoutBenchmark.kt41 class FrameworkTextLayoutBenchmark(private val textLength: Int) { in <lambda>() constant in androidx.compose.ui.text.benchmark.FrameworkTextLayoutBenchmark
DNonLinearFontScalingBenchmark.kt51 private val textLength: Int, in <lambda>() constant in androidx.compose.ui.text.benchmark.NonLinearFontScalingBenchmark
DTextMeasurerBenchmark.kt49 private val textLength: Int, in <lambda>() constant in androidx.compose.ui.text.benchmark.TextMeasurerBenchmark
DParagraphMethodBenchmark.kt42 class ParagraphMethodBenchmark(private val textType: TextType, private val textLength: Int) { in <lambda>() constant in androidx.compose.ui.text.benchmark.ParagraphMethodBenchmark
DParagraphBenchmark.kt48 private val textLength: Int, in <lambda>() constant in androidx.compose.ui.text.benchmark.ParagraphBenchmark
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/suspendfun/
DOffsetKeyframeSplinePlaygroundDemo.kt371 val textLength = in getTextForAnchor() constant
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DTextLayout.android.kt673 val textLength = text.length in fillBoundingBoxes() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/selection/
DTextFieldSelectionState.kt716 val textLength = layoutResult.layoutInput.text.length in <lambda>() constant