Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 4 of 4) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/
DUndoManager.kt38 private class Entry(var next: Entry? = null, var value: TextFieldValue) in <lambda>() class in androidx.compose.foundation.text.UndoManager
/compose/integration-tests/macrobenchmark-target/src/main/java/androidx/compose/integration/macrobenchmark/target/
DLazyColumnActivity.kt90 data class Entry(val contents: String) dataClass
/compose/runtime/runtime-saveable/src/commonMain/kotlin/androidx/compose/runtime/saveable/
DSaveableStateRegistry.kt67 interface Entry { in <lambda>() interface
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/spatial/
DThrottledCallbacks.kt38 inner class Entry( in <lambda>() class in androidx.compose.ui.spatial.ThrottledCallbacks