/development/tools/winscope/src/viewers/viewer_window_manager/operations/ |
D | propagate_hash_codes_test.ts | 30 const root = UiPropertyTreeNode.from( constant 43 const root = UiPropertyTreeNode.from( constant 67 const root = UiPropertyTreeNode.from( constant 80 const root = UiPropertyTreeNode.from( constant
|
/development/tools/winscope/src/parsers/surface_flinger/ |
D | hierarchy_tree_builder_sf_test.ts | 57 const root = builder.setRoot(entry).setChildren([]).build(); constant 76 const root = builder.setRoot(entry).setChildren([layer1Provider]).build(); constant 123 const root = builder constant 196 const root = builder constant 261 const root = builder constant
|
/development/tools/winscope/src/viewers/viewer_input/operations/ |
D | dispatch_entry_formatter_test.ts | 42 const root = UiPropertyTreeNode.from(dispatchEntries.build()); constant 187 const root = UiPropertyTreeNode.from(dispatchEntries.build()); constant
|
D | input_coordinate_propagator_test.ts | 24 let root: PropertyTreeNode; variable
|
/development/tools/winscope/src/parsers/view_capture/perfetto/ |
D | parser_view_capture_window_test.ts | 69 const root = await parser.getEntry(1); constant 83 const root = await parser.getEntry(1); constant
|
/development/tools/winscope/src/parsers/window_manager/ |
D | hierarchy_tree_builder_wm_test.ts | 58 const root = builder.setRoot(entry).setChildren([]).build(); constant 114 const root = builder constant 199 const root = builder constant
|
/development/tools/winscope/src/parsers/input_method/ |
D | hierarchy_tree_builder_input_method_test.ts | 58 const root = builder.setRoot(entry).setChildren([]).build(); constant 90 const root = builder.setRoot(entry).setChildren([childProvider]).build(); constant
|
/development/tools/winscope/src/parsers/view_capture/legacy/ |
D | hierarchy_tree_builder_vc_test.ts | 78 const root = builder.setRoot(entry).setChildren([]).build(); constant 130 const root = builder.setRoot(entry).setChildren([node1Provider]).build(); constant 202 const root = builder constant
|
/development/tools/winscope/src/parsers/ |
D | hierarchy_tree_builder.ts | 22 protected root: PropertiesProvider | undefined; property in HierarchyTreeBuilder 54 const root = this.buildHierarchyTree(this.root, identifierToChildren); constant
|
/development/tools/winscope/src/parsers/view_capture/computations/ |
D | visibility_computation.ts | 25 private root: HierarchyTreeNode | undefined; property in VisibilityComputation
|
D | rects_computation.ts | 92 private root: HierarchyTreeNode | undefined; property in RectsComputation
|
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/ |
D | RuntimePermissionsFragment.java | 33 View root = inflater.inflate(R.layout.fragment_main, null); in onCreateView() local
|
/development/tools/external_crates/rooted_path/src/ |
D | lib.rs | 34 root: PathBuf, field 41 let root: PathBuf = root.into(); in new() localVariable 53 pub fn root(&self) -> &Path { in root() method
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | DensityActivity.java | 52 LinearLayout root = new LinearLayout(this); in onCreate() local 122 private void addLabelToRoot(LinearLayout root, String text) { in addLabelToRoot() 129 private void addChildToRoot(LinearLayout root, LinearLayout layout) { in addChildToRoot()
|
/development/tools/winscope/src/viewers/common/ |
D | add_diffs_properties_tree_test.ts | 70 const root = TreeNodeUtils.makeUiPropertyNode('test', 'root', value); constant
|
/development/tools/winscope/src/parsers/surface_flinger/computations/ |
D | z_order_paths_computation.ts | 23 private root: HierarchyTreeNode | undefined; property in ZOrderPathsComputation
|
/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/ |
D | RmTypeDefsTest.java | 206 String getDirectoryContents(File root) { in getDirectoryContents() 254 private static void deleteDir(File root) { in deleteDir()
|
/development/tools/winscope/src/trace/tree_node/ |
D | properties_provider.ts | 59 const root = DEFAULT_PROPERTY_TREE_NODE_FACTORY.makePropertyRoot( constant
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | FragmentContextMenu.java | 53 View root = inflater.inflate(R.layout.fragment_context_menu, container, false); in onCreateView() local
|
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/camera/ |
D | CameraPreviewFragment.java | 78 View root = inflater.inflate(R.layout.fragment_camera, null); in onCreateView() local
|
/development/tools/winscope/src/parsers/window_manager/computations/ |
D | rects_computation.ts | 108 private root: HierarchyTreeNode | undefined; property in RectsComputation
|
/development/vndk/tools/header-checker/src/utils/ |
D | config_file.cpp | 60 Json::Value root; in Load() local
|
/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/ |
D | InlineContentClipView.java | 162 private void clipDescendantInlineContentViews(@Nullable View root) { in clipDescendantInlineContentViews()
|
/development/tools/line_endings/ |
D | line_endings.c | 62 Node* root = malloc(sizeof(Node)); in main() local
|
/development/tools/winscope/src/trace_collection/adb/ |
D | adb_device_connection.ts | 70 const root = await this.runShellCommand('su root id -u'); constant
|