Searched defs:Group (Results 1 – 8 of 8) sorted by relevance
201 private val Group.fileName: String in toString() constant204 private val Group.lineNumber: Int in toString() constant208 private fun Group.hasNullSourcePosition(): Boolean = fileName.isEmpty() && lineNumber == -1 in toString() method211 private fun Group.isNullGroup(): Boolean = in toString() method216 private fun Group.toViewInfo(): ViewInfo { in toString() method312 private fun Group.hasDesignInfo(): Boolean = in toString() method315 private fun Group.getDesignInfoOrNull(box: IntRect): String? = in toString() method
105 fun Group.all(): Iterable<Group> { in all() method
41 fun Group.all(): Collection<Group> = listOf(this) + this.children.flatMap { it.all() } in all() method
47 fun Group.all(): Collection<Group> = listOf(this) + this.children.flatMap { it.all() } in <lambda>() method
84 fun Group(content: @Composable () -> Unit) { in CustomTreeComposition() method
47 fun Group( in Group() method
34 sealed class Group( in <lambda>() class863 val Group.position: String? constant
4687 val Group = GroupKind(0) constant