Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 12 of 12) sorted by relevance

/compose/foundation/foundation-layout/benchmark/src/androidTest/java/androidx/compose/foundation/layout/benchmark/
DNestedBoxesTestCase.kt24 class NestedBoxesTestCase(private val depth: Int, private val children: Int) : constant in androidx.compose.foundation.layout.benchmark.NestedBoxesTestCase
DNestedBoxesBenchmark.kt33 class NestedBoxesBenchmark(private val depth: Int, private val children: Int) { constant in androidx.compose.foundation.layout.benchmark.NestedBoxesBenchmark
DDeepRowColumnBenchmark.kt36 private val depth: Int, constant in androidx.compose.foundation.layout.benchmark.DeepRowColumnBenchmark
DDeepRowColumnTestCase.kt54 private val depth: Int, constant in androidx.compose.foundation.layout.benchmark.DeepRowColumnTestCase
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DHitTestResult.kt241 val depth = hitDepth in siblingHits() constant
DLayoutNode.kt259 internal var depth: Int = 0 in <lambda>() variable in androidx.compose.ui.node.LayoutNode
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/scrollcapture/
DScrollCapture.android.kt227 val depth: Int, in SemanticsNode() constant in androidx.compose.ui.scrollcapture.ScrollCaptureCandidate
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/focus/
DOneDimensionalFocusSearch.kt259 for (depth in 0..minOf(pathFromRoot1.lastIndex, pathFromRoot2.lastIndex)) { in compare() constant
/compose/ui/ui-tooling-data/src/jvmMain/kotlin/androidx/compose/ui/tooling/data/
DSlotTree.jvm.kt616 override val depth: Int constant in androidx.compose.ui.tooling.data.CompositionCallStack
668 val depth: Int constant
/compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/
DSlotTableIntegrationBenchmark.kt208 content = { depth -> in <lambda>() method
/compose/integration-tests/demos/src/main/java/androidx/compose/integration/demos/
DAccessibilityNodeInspector.kt1318 var depth = 0 in toNodeInfo() variable
/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/node/
DLayoutNodeTest.kt305 fun depth() { in <lambda>() method