/development/tools/winscope/src/viewers/common/operations/ |
D | flatten_children.ts | 34 const children: UiHierarchyTreeNode[] = []; constant
|
/development/tools/winscope/src/test/unit/ |
D | tree_node_utils.ts | 36 const children = []; constant 55 const children = []; constant
|
D | tree_builder.ts | 20 protected children: U[] = []; property in TreeBuilder
|
D | hierarchy_tree_builder.ts | 109 children?: ChildHierarchy[]; property
|
D | property_tree_builder.ts | 97 children?: ChildProperty[]; property
|
/development/tools/winscope/src/parsers/view_capture/perfetto/ |
D | parser_view_capture_window_test.ts | 76 const children = root.getAllChildren(); constant
|
/development/tools/idegen/src/com/android/idegen/ |
D | DirectorySearch.java | 144 File[] children = file.listFiles(); in findSourceDirs() local 192 File[] children = resFile.listFiles(); in findExcludeDirs() local
|
/development/tools/bugreport/src/com/android/bugreport/cpuinfo/ |
D | CpuUsage.java | 33 public ArrayList<CpuUsage> children = new ArrayList<CpuUsage>();; field in CpuUsage
|
/development/tools/winscope/src/parsers/surface_flinger/ |
D | hierarchy_tree_builder_sf.ts | 65 for (const children of identifierToChildren.values()) { constant
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | ExpandableList3.java | 51 List<Map<String, String>> children = new ArrayList<Map<String, String>>(); in onCreate() local
|
D | ExpandableList1.java | 92 private String[][] children = { field in ExpandableList1.MyExpandableListAdapter
|
/development/tools/winscope/src/trace/tree_node/ |
D | tree_node.ts | 20 protected children: this[] = []; property in TreeNode
|
D | properties_provider.ts | 65 const children = [...this.eagerPropertiesRoot.getAllChildren()]; constant
|
/development/tools/winscope/src/viewers/common/ |
D | ui_property_tree_node.ts | 43 const children = [...node.getAllChildren()].sort((a, b) => constant
|
D | wm_ime_utils.ts | 169 const children = task.getAllChildren().slice().reverse(); constant
|
D | hierarchy_presenter.ts | 548 const children = node.getAllChildren(); constant
|
/development/tools/winscope/src/parsers/ |
D | hierarchy_tree_builder.ts | 23 protected children: PropertiesProvider[] | undefined; property in HierarchyTreeBuilder
|
/development/samples/Vault/src/com/example/android/vault/ |
D | VaultProvider.java | 273 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in isChildDocument() local 400 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in deleteDocumentTree() local 427 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in deleteDocumentReferences() local 480 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in queryChildDocuments() local
|
/development/tools/winscope/src/viewers/components/ |
D | tree_component_test.ts | 304 const children = []; constant
|
/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/ |
D | RmTypeDefsTest.java | 230 List<File> children = Lists.newArrayList(); in list() local
|
/development/tools/winscope/src/parsers/window_manager/ |
D | properties_provider_factory.ts | 113 const children = this.getChildren(containerChild); constant
|
/development/samples/MotionMechanics/src/com/android/mechanics/demo/ |
D | Screen.kt | 44 class ParentScreen(identifier: String, val children: Map<String, Screen>) : Screen(identifier) in <lambda>() constant
|
/development/tools/winscope/protos/surfaceflinger/udc/ |
D | layers.proto | 41 repeated int32 children = 3; field
|