Home
last modified time | relevance | path

Searched refs:ChildProperty (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/development/tools/winscope/src/test/unit/
H A Dproperty_tree_builder.ts27 ChildProperty
72 child: ChildProperty,
94 export interface ChildProperty { interface
97 children?: ChildProperty[];
H A Dhierarchy_tree_builder.ts25 import {ChildProperty, PropertyTreeBuilder} from './property_tree_builder';
33 private additionalProperties: ChildProperty[] = [];
45 addChildProperty(value: ChildProperty): this {