Home
last modified time | relevance | path

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

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DMutableVectorWithMutationTracking.kt42 fun removeAt(index: Int): T { in removeAt() method
DLayoutNode.kt336 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/
DImmutableList.kt149 fun removeAt(index: Int): PersistentList<E> in add() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/input/pointer/util/
DPointerIdArray.kt95 fun removeAt(index: Int): Boolean { in removeAt() method
/compose/runtime/runtime-test-utils/src/commonMain/kotlin/androidx/compose/runtime/mock/
DView.kt66 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/
DSmallPersistentVector.kt116 override fun removeAt(index: Int): PersistentList<E> { in removeAt() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableList.SmallPersistentVector
DPersistentVector.kt150 override fun removeAt(index: Int): PersistentList<E> { in removeAt() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableList.PersistentVector
DPersistentVectorBuilder.kt538 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/
DMutableVector.kt697 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/
DSnapshotStateList.kt153 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/
DColorList.kt747 public inline fun removeAt(@IntRange(from = 0) index: Int): Color = in lastIndexOf() method
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/collection/
DMutableVectorTest.kt439 fun removeAt() { in <lambda>() method