Home
last modified time | relevance | path

Searched defs:caseFactory (Results 1 – 20 of 20) sorted by relevance

/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/text/lazyhosted/
DTextLazyReuse.kt78 val caseFactory = { TextLazyReuse(false) } in <lambda>() constant
102 val caseFactory = { TextLazyReuse(true) } in <lambda>() constant
/compose/foundation/foundation-layout/benchmark/src/androidTest/java/androidx/compose/foundation/layout/benchmark/
DDeepRowColumnBenchmark.kt58 private val caseFactory = { DeepRowColumnTestCase(weight, align, depth, breadth) } in initParameters() constant in androidx.compose.foundation.layout.benchmark.DeepRowColumnBenchmark
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/text/selection/
DSelectionContainerBenchmark.kt48 private val caseFactory = { SelectionContainerTestCase(childrenCount) } in <lambda>() constant
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/text/
DTextToggleTextBenchmark.kt48 private val caseFactory = { in <lambda>() constant in androidx.compose.foundation.benchmark.text.TextToggleTextBenchmark
DTextEllipsisBenchmark.kt49 private val caseFactory = { in <lambda>() constant in androidx.compose.foundation.benchmark.text.TextEllipsisBenchmark
DTextMultiStyleBenchmark.kt55 private val caseFactory = { in <lambda>() constant in androidx.compose.foundation.benchmark.text.TextMultiStyleBenchmark
DTextBasicBenchmark.kt55 private val caseFactory = { in <lambda>() constant
DTextFieldToggleTextBenchmark.kt56 private val caseFactory = { in <lambda>() constant
DBasicTextField2ToggleTextBenchmark.kt58 private val caseFactory = { in <lambda>() constant
DTextAutoSizeBenchmark.kt70 private val caseFactory = { in <lambda>() constant in androidx.compose.foundation.benchmark.text.TextAutoSizeBenchmark
/compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/
DTrivialCompositionBenchmarkValidator.kt58 private val caseFactory = { TrivialCompositionBenchmarkValidator() } in <lambda>() constant in androidx.compose.runtime.benchmark.TrivialCompositionBenchmarkValidatorTest
/compose/material/material/benchmark/src/androidTest/java/androidx/compose/material/benchmark/view/
DAndroidTextViewBenchmark.kt48 private val caseFactory = { in <lambda>() constant in androidx.compose.material.benchmark.view.AndroidTextViewBenchmark
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/text/empirical/baselines/
DEmptyLayoutBaseline.kt84 private val caseFactory = { in <lambda>() constant in androidx.compose.foundation.benchmark.text.empirical.baselines.EmptyLayoutBaselineParent
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/text/empirical/
DEmpiricalBench.kt38 abstract val caseFactory: () -> S constant in androidx.compose.foundation.benchmark.text.empirical.EmpiricalBench
DSetText.kt58 override val caseFactory = { in <lambda>() constant in androidx.compose.foundation.benchmark.text.empirical.SetTextParent
DSetTextFillMaxWidth.kt63 override val caseFactory = { in <lambda>() constant in androidx.compose.foundation.benchmark.text.empirical.SetTextFillMaxWidthParent
DIfNotEmptyCallText.kt62 override val caseFactory = { in <lambda>() constant in androidx.compose.foundation.benchmark.text.empirical.IfNotEmptyParent
DIfNotEmptyCallTextWithSpans.kt70 override val caseFactory = { in <lambda>() constant in androidx.compose.foundation.benchmark.text.empirical.IfNotEmptyCallTextWithSpansParent
DSetTextWithSpans.kt70 override val caseFactory = { in <lambda>() constant in androidx.compose.foundation.benchmark.text.empirical.SetTextWithSpansParent
DSetTextWithInlineContent.kt84 override val caseFactory = { in <lambda>() constant in androidx.compose.foundation.benchmark.text.empirical.SetTextWithInlineContentParent