Home
last modified time | relevance | path

Searched defs:childNode (Results 1 – 6 of 6) sorted by relevance

/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/accessibility/
DCollectionInfo.android.kt43 node.replacedChildren.fastForEach { childNode -> in <lambda>() method
87 parentNode.replacedChildren.fastForEach { childNode -> in setCollectionItemInfo() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/gestures/
DAwaitEachGestureTest.kt163 private fun childNode() = delegate(SuspendingPointerInputModifierNode {}) in <lambda>() method in androidx.compose.foundation.gestures.AwaitEachGestureTest
/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/node/
DHitTestTouchBoundsExpansionTest.kt350 internal fun LayoutNode.childNode( in childNode() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/
DTrieNode.kt889 val childNode = nodeAtIndex(nodeIndex(mask)) in accept() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/relocation/
DBringIntoViewScrollableInteractionTest.kt1213 val childNode = rule.onNodeWithTag(childBox).fetchSemanticsNode() in assertChildMaxInView() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/
DApproachLayoutTest.kt595 val childNode = in <lambda>() constant