Home
last modified time | relevance | path

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

/compose/ui/ui-tooling/src/androidMain/kotlin/androidx/compose/ui/tooling/
DComposeViewAdapter.android.kt201 private val Group.fileName: String in toString() constant
204 private val Group.lineNumber: Int in toString() constant
208 private fun Group.hasNullSourcePosition(): Boolean = fileName.isEmpty() && lineNumber == -1 in toString() method
211 private fun Group.isNullGroup(): Boolean = in toString() method
216 private fun Group.toViewInfo(): ViewInfo { in toString() method
312 private fun Group.hasDesignInfo(): Boolean = in toString() method
315 private fun Group.getDesignInfoOrNull(box: IntRect): String? = in toString() 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
DBoundsTest.kt47 fun Group.all(): Collection<Group> = listOf(this) + this.children.flatMap { it.all() } in <lambda>() method
/compose/runtime/runtime/samples/src/main/java/androidx/compose/runtime/samples/
DCustomTreeCompositionSamples.kt84 fun Group(content: @Composable () -> Unit) { in CustomTreeComposition() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/graphics/vector/
DVectorCompose.kt47 fun Group( in Group() method
/compose/ui/ui-tooling-data/src/jvmMain/kotlin/androidx/compose/ui/tooling/data/
DSlotTree.jvm.kt34 sealed class Group( in <lambda>() class
863 val Group.position: String? constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DComposer.kt4687 val Group = GroupKind(0) constant