Searched refs:CALCULATED (Results 1 – 12 of 12) sorted by relevance
/development/tools/winscope/src/parsers/transitions/operations/ |
D | add_status_test.ts | 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}, 139 {name: 'aborted', value: false, source: PropertySource.CALCULATED}, [all …]
|
D | add_root_properties_test.ts | 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},
|
D | add_real_to_elapsed_time_offset_timestamp_test.ts | 38 source: PropertySource.CALCULATED, 67 source: PropertySource.CALCULATED,
|
D | add_duration_test.ts | 64 source: PropertySource.CALCULATED,
|
/development/tools/winscope/src/parsers/view_capture/operations/ |
D | set_root_transform_properties_test.ts | 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/ |
D | add_is_visible_test.ts | 43 source: PropertySource.CALCULATED, 67 source: PropertySource.CALCULATED, 95 source: PropertySource.CALCULATED, 123 source: PropertySource.CALCULATED,
|
D | add_window_type_test.ts | 44 source: PropertySource.CALCULATED, 68 source: PropertySource.CALCULATED, 94 source: PropertySource.CALCULATED, 120 source: PropertySource.CALCULATED,
|
/development/tools/winscope/src/trace/tree_node/ |
D | property_tree_node.ts | 62 CALCULATED, enumerator
|
D | property_tree_node_factory_test.ts | 210 .setSource(PropertySource.CALCULATED) 227 .setSource(PropertySource.CALCULATED)
|
D | property_tree_node_factory.ts | 68 PropertySource.CALCULATED,
|
/development/tools/winscope/src/viewers/common/ |
D | ui_tree_utils.ts | 50 node.source !== PropertySource.CALCULATED
|
D | hierarchy_presenter.ts | 491 if (newProperty.source === PropertySource.CALCULATED) {
|