Home
last modified time | relevance | path

Searched defs:bitOffset (Results 1 – 2 of 2) sorted by relevance

/compose/ui/ui-unit/src/commonMain/kotlin/androidx/compose/ui/unit/
DConstraints.kt90 val bitOffset = indexToBitOffset(focusIndex) constant
102 val bitOffset = indexToBitOffset(focusIndex) constant
127 val bitOffset = indexToBitOffset(focusIndex) constant
148 val bitOffset = indexToBitOffset(focusIndex) constant
166 val bitOffset = indexToBitOffset(focusIndex) constant
439 val bitOffset = widthBits - 13 in createConstraints() constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotIdSet.kt104 repeat(Long.SIZE_BITS) { bitOffset -> in <lambda>() method