Home
last modified time | relevance | path

Searched refs:PropertySource (Results 1 – 22 of 22) sorted by relevance

/development/tools/winscope/src/parsers/transitions/operations/
Dadd_status_test.ts19 import {PropertySource} from 'trace/tree_node/property_tree_node';
49 {name: 'aborted', value: true, source: PropertySource.CALCULATED},
50 {name: 'merged', value: false, source: PropertySource.CALCULATED},
51 {name: 'played', value: false, source: PropertySource.CALCULATED},
77 {name: 'aborted', value: true, source: PropertySource.CALCULATED},
78 {name: 'merged', value: false, source: PropertySource.CALCULATED},
79 {name: 'played', value: false, source: PropertySource.CALCULATED},
108 {name: 'aborted', value: false, source: PropertySource.CALCULATED},
109 {name: 'merged', value: false, source: PropertySource.CALCULATED},
110 {name: 'played', value: false, source: PropertySource.CALCULATED},
[all …]
Dadd_root_properties_test.ts18 import {PropertySource} from 'trace/tree_node/property_tree_node';
39 {name: 'duration', value: 5n, source: PropertySource.CALCULATED},
53 {name: 'duration', value: 5n, source: PropertySource.CALCULATED},
54 {name: 'id', value: 10, source: PropertySource.CALCULATED},
86 {name: 'id', value: 10, source: PropertySource.CALCULATED},
108 {name: 'aborted', value: true, source: PropertySource.CALCULATED},
125 {name: 'aborted', value: true, source: PropertySource.CALCULATED},
126 {name: 'id', value: 10, source: PropertySource.CALCULATED},
Dadd_real_to_elapsed_time_offset_timestamp_test.ts19 import {PropertySource} from 'trace/tree_node/property_tree_node';
38 source: PropertySource.CALCULATED,
67 source: PropertySource.CALCULATED,
Dadd_duration_test.ts21 import {PropertySource} from 'trace/tree_node/property_tree_node';
64 source: PropertySource.CALCULATED,
/development/tools/winscope/src/trace/tree_node/
Dproperty_tree_node_factory_test.ts19 PropertySource,
35 PropertySource.PROTO,
41 PropertySource.PROTO,
53 .setSource(PropertySource.PROTO)
66 .setSource(PropertySource.PROTO)
79 .setSource(PropertySource.PROTO)
96 .setSource(PropertySource.PROTO)
114 .setSource(PropertySource.PROTO)
135 .setSource(PropertySource.PROTO)
157 .setSource(PropertySource.PROTO)
[all …]
Dproperty_tree_node_factory.ts20 PropertySource,
33 source: PropertySource,
44 return this.makeProperty(rootId, name, PropertySource.PROTO, value);
56 PropertySource.DEFAULT,
68 PropertySource.CALCULATED,
76 source: PropertySource,
89 source: PropertySource,
109 source: PropertySource,
132 source: PropertySource,
144 source: PropertySource,
[all …]
Dformatters_test.ts36 import {PropertySource, PropertyTreeNode} from './property_tree_node';
43 new PropertyTreeNode('', '', PropertySource.PROTO, 12345),
48 new PropertyTreeNode('', '', PropertySource.PROTO, 'test_string'),
53 new PropertyTreeNode('', '', PropertySource.PROTO, 0.1234),
58 new PropertyTreeNode('', '', PropertySource.PROTO, 1.5),
66 new PropertyTreeNode('', '', PropertySource.PROTO, BigInt(123)),
74 new PropertyTreeNode('', '', PropertySource.PROTO, []),
79 new PropertyTreeNode('', '', PropertySource.PROTO, false),
84 new PropertyTreeNode('', '', PropertySource.PROTO, null),
159 new PropertyTreeNode('', '', PropertySource.PROTO, -1),
[all …]
Dproperty_tree_node.ts27 readonly source: PropertySource,
59 export enum PropertySource { enum
Dproperties_provider.ts21 PropertySource,
62 PropertySource.PROTO,
/development/tools/winscope/src/parsers/view_capture/operations/
Dset_root_transform_properties_test.ts18 import {PropertySource} from 'trace/tree_node/property_tree_node';
44 {name: 'scaleX', value: 1, source: PropertySource.CALCULATED},
45 {name: 'scaleY', value: 1, source: PropertySource.CALCULATED},
46 {name: 'translationX', value: 0, source: PropertySource.CALCULATED},
47 {name: 'translationY', value: 0, source: PropertySource.CALCULATED},
/development/tools/winscope/src/parsers/window_manager/operations/
Dadd_is_visible_test.ts18 import {PropertySource} from 'trace/tree_node/property_tree_node';
43 source: PropertySource.CALCULATED,
67 source: PropertySource.CALCULATED,
95 source: PropertySource.CALCULATED,
123 source: PropertySource.CALCULATED,
Dadd_window_type_test.ts18 import {PropertySource} from 'trace/tree_node/property_tree_node';
44 source: PropertySource.CALCULATED,
68 source: PropertySource.CALCULATED,
94 source: PropertySource.CALCULATED,
120 source: PropertySource.CALCULATED,
/development/tools/winscope/src/test/unit/
Dproperty_tree_builder.ts20 PropertySource,
30 source = PropertySource.PROTO;
44 setSource(value: PropertySource): this {
98 source?: PropertySource;
/development/tools/winscope/src/parsers/surface_flinger/operations/
Dadd_excludes_composition_state_test.ts19 PropertySource,
33 PropertySource.PROTO,
39 PropertySource.PROTO,
Dadd_composition_type_test.ts21 PropertySource,
35 PropertySource.PROTO,
41 PropertySource.PROTO,
Dadd_verbose_flags_test.ts19 PropertySource,
34 PropertySource.PROTO,
40 PropertySource.PROTO,
/development/tools/winscope/src/viewers/common/
Dui_tree_utils.ts18 PropertySource,
43 node.source !== PropertySource.DEFAULT
50 node.source !== PropertySource.CALCULATED
Dhierarchy_presenter.ts23 PropertySource,
491 if (newProperty.source === PropertySource.CALCULATED) {
/development/tools/winscope/src/viewers/viewer_input_method_service/
Dpresenter_input_method_service_test.ts19 import {PropertySource} from 'trace/tree_node/property_tree_node';
44 source: PropertySource.DEFAULT,
/development/tools/winscope/src/viewers/viewer_input_method_clients/
Dpresenter_input_method_clients_test.ts20 import {PropertySource} from 'trace/tree_node/property_tree_node';
45 source: PropertySource.DEFAULT,
/development/tools/winscope/src/viewers/viewer_input_method_manager_service/
Dpresenter_input_method_manager_service_test.ts22 PropertySource,
50 source: PropertySource.DEFAULT,
/development/tools/winscope/src/parsers/operations/
Dadd_defaults_test.ts25 PropertySource,
108 expect(child.source).toEqual(PropertySource.DEFAULT);