Searched refs:children (Results 1 – 14 of 14) sorted by relevance
34 get() = this.children.reversed().filterIsInstance<Task>().toTypedArray()36 get() = this.children.reversed().filterIsInstance<TaskFragment>().toTypedArray()38 get() = this.children.reversed().filterIsInstance<Activity>().toTypedArray()
37 val children: Array<WindowContainer> in <lambda>() constant50 windowContainer.children in <lambda>()62 this.children.reversed() in <lambda>()132 result = 31 * result + children.contentHashCode() in <lambda>()
55 get() = this.children.reversed().filterIsInstance<Task>().toTypedArray() in <lambda>()57 get() = this.children.reversed().filterIsInstance<TaskFragment>().toTypedArray() in <lambda>()59 get() = this.children.reversed().filterIsInstance<Activity>().toTypedArray() in <lambda>()
67 tasks.addAll(task.children.reversed().map { it as Task }) in <lambda>()
217 proto.windowContainer.children in <lambda>()247 ?: newWindowContainer(proto.windowContainer, children = emptyList()) in <lambda>()284 proto.rootDisplayArea.windowContainer.children in <lambda>()300 proto.windowContainer.children in <lambda>()332 proto.taskFragment.windowContainer.children in <lambda>()335 proto.windowContainer.children in <lambda>()355 proto.windowContainer.children in <lambda>()375 proto.windowToken.windowContainer.children in <lambda>()389 proto.windowContainer.children in <lambda>()427 proto.windowContainer.children in <lambda>()[all …]
41 val children: Array<Layer> get() = flattenedLayers.filter { it.isRootLayer }.toTypedArray() in <lambda>() constant52 roots.addAll(layer.children) in <lambda>()69 this.children.sortedBy { it.z } in <lambda>()
77 val children: Array<Layer> constant in com.android.server.wm.traces.common.layers.Layer
113 val layers = trace.entries.first().children in canParseLayerHierarchy()114 Truth.assertThat(layers[0].children).asList().hasSize(3) in canParseLayerHierarchy()115 Truth.assertThat(layers[1].children).isEmpty() in canParseLayerHierarchy()
37 val rootLayers = entry.children in <lambda>()
200 val rootLayers = entry.children in <lambda>()
67 activity.children.filterIsInstance<WindowState>().none { window -> in <lambda>()72 activity.children.filterIsInstance<WindowState>().filter { window -> in <lambda>()
157 ?.layerStackSpace?.toRectF() ?: this.children
100 obj.children.forEach { it::class.java.accessProperties(it) } in <lambda>()
286 it.children.filterIsInstance<WindowState>() in <lambda>()