Home
last modified time | relevance | path

Searched defs:all (Results 1 – 8 of 8) sorted by relevance

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/
DModifier.kt105 fun all(predicate: (Element) -> Boolean): Boolean in <lambda>() method
126 override fun all(predicate: (Element) -> Boolean): Boolean = predicate(this) in <lambda>() method
379 override fun all(predicate: (Element) -> Boolean): Boolean = true in <lambda>() method
401 override fun all(predicate: (Modifier.Element) -> Boolean): Boolean = in foldIn() method in androidx.compose.ui.CombinedModifier
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/collection/
DColorSet.kt217 public inline fun all(predicate: (element: Color) -> Boolean): Boolean { in all() method
356 public inline fun all(predicate: (element: Color) -> Boolean): Boolean { in all() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/
DExtensions.kt35 internal inline fun <T> ObjectList<T>.all(predicate: (T) -> Boolean): Boolean { in all() method
/compose/ui/ui-tooling-data/src/androidInstrumentedTest/kotlin/androidx/compose/ui/tooling/data/
DOffsetInformationTest.kt105 fun Group.all(): Iterable<Group> { in all() method
DModifierInfoTest.kt41 fun Group.all(): Collection<Group> = listOf(this) + this.children.flatMap { it.all() } in all() method in androidx.compose.ui.tooling.data.ModifierInfoTest
DBoundsTest.kt47 fun Group.all(): Collection<Group> = listOf(this) + this.children.flatMap { it.all() } in <lambda>() method in androidx.compose.ui.tooling.data.BoundsTest
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotStateMap.kt133 internal inline fun all(predicate: (Map.Entry<K, V>) -> Boolean): Boolean { in <lambda>() method in androidx.compose.runtime.snapshots.SnapshotStateMap
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DCompositionTests.kt818 val all: (report: Report) -> Boolean = { true } in <lambda>() constant