Home
last modified time | relevance | path

Searched refs:undoSize (Results 1 – 1 of 1) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/undo/
DUndoManager.kt143 val (capacity, undoSize, redoSize) = (list as List<Int>) in createSaver() constant
146 while (i < undoSize + 3) { in createSaver()
152 while (i < undoSize + redoSize + 3) { in createSaver()