| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/ |
| D | MutableVectorWithMutationTracking.kt | 42 fun removeAt(index: Int): T { in removeAt() method
|
| D | LayoutNode.kt | 336 internal fun removeAt(index: Int, count: Int) { in <lambda>() method in androidx.compose.ui.node.LayoutNode
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/ |
| D | ImmutableList.kt | 149 fun removeAt(index: Int): PersistentList<E> in add() method
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/input/pointer/util/ |
| D | PointerIdArray.kt | 95 fun removeAt(index: Int): Boolean { in removeAt() method
|
| /compose/runtime/runtime-test-utils/src/commonMain/kotlin/androidx/compose/runtime/mock/ |
| D | View.kt | 66 fun removeAt(index: Int, count: Int) { in removeAt() method in androidx.compose.runtime.mock.View
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableList/ |
| D | SmallPersistentVector.kt | 116 override fun removeAt(index: Int): PersistentList<E> { in removeAt() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableList.SmallPersistentVector
|
| D | PersistentVector.kt | 150 override fun removeAt(index: Int): PersistentList<E> { in removeAt() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableList.PersistentVector
|
| D | PersistentVectorBuilder.kt | 538 override fun removeAt(index: Int): E { in removeAt() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableList.PersistentVectorBuilder
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/ |
| D | MutableVector.kt | 697 fun removeAt(index: Int): T { in <lambda>() method 881 override fun removeAt(index: Int): T { in <lambda>() method in androidx.compose.runtime.collection.MutableVectorList 1010 override fun removeAt(index: Int): T { in <lambda>() method in androidx.compose.runtime.collection.SubList
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/ |
| D | SnapshotStateList.kt | 153 override fun removeAt(index: Int): T = get(index).also { update { it.removeAt(index) } } in <lambda>() method 499 override fun removeAt(index: Int): T { in removeAt() method
|
| /compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/collection/ |
| D | ColorList.kt | 747 public inline fun removeAt(@IntRange(from = 0) index: Int): Color = in lastIndexOf() method
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/collection/ |
| D | MutableVectorTest.kt | 439 fun removeAt() { in <lambda>() method
|