This site requires javascript.
Android Code Search
file:androidx/compose/runtime/Applier.kt function:move
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
Applier.kt
content_copy
Preview
159:
160:
161:
*/
fun
re
move
(index: Int, count: Int)
169:
170:
171:
*/
fun
move
(from: Int, to: Int, count: Int)
222:
223:
protected
fun
MutableList<T>.re
move
(index: Int, count: Int) {
if
(count ==
1
) {
230:
231:
protected
fun
MutableList<T>.
move
(from: Int, to: Int, count: Int) {
val
dest =
if
(from > to) to
else
to - count
276:
277:
override
fun
re
move
(index: Int, count: Int) {
applier.remove(index +
if
(nesting ==
0
) offset
else
0
, count)
280:
281:
override
fun
move
(from: Int, to: Int, count: Int) {
val
effectiveOffset =
if
(nesting ==
0
) offset
else
0
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main