Home
last modified time | relevance | path

Searched refs:TranslateIntDef (Results 1 – 13 of 13) sorted by relevance

/development/tools/winscope/src/parsers/window_manager/operations/
Doperation_lists.ts20 import {TranslateIntDef} from 'parsers/operations/translate_intdef';
49 new TranslateIntDef(this.tamperedProtos.windowManagerServiceField),
75 new TranslateIntDef(this.tamperedProtos.rootWindowContainerField),
101 new TranslateIntDef(this.tamperedProtos.windowContainerField),
128 new TranslateIntDef(this.tamperedProtos.displayContentField),
154 new TranslateIntDef(this.tamperedProtos.displayAreaField),
177 new TranslateIntDef(this.tamperedProtos.taskField),
203 new TranslateIntDef(this.tamperedProtos.activityField),
230 new TranslateIntDef(this.tamperedProtos.windowTokenField),
260 new TranslateIntDef(this.tamperedProtos.windowStateField),
[all …]
/development/tools/winscope/src/parsers/operations/
Dtranslate_intdef_test.ts22 import {TranslateIntDef} from './translate_intdef';
26 let operation: TranslateIntDef;
42 operation = new TranslateIntDef(field);
76 operation = new TranslateIntDef(field);
127 operation = new TranslateIntDef(field);
145 operation = new TranslateIntDef(field);
166 operation = new TranslateIntDef(field);
Dtranslate_intdef.ts23 export class TranslateIntDef implements Operation<PropertyTreeNode> { class
/development/tools/winscope/src/parsers/input_method/
Dhierarchy_tree_manager_service_factory.ts20 import {TranslateIntDef} from 'parsers/operations/translate_intdef';
43 private TranslateIntDefService: TranslateIntDef;
55 this.TranslateIntDefService = new TranslateIntDef(managerServiceField);
Dhierarchy_tree_service_factory.ts20 import {TranslateIntDef} from 'parsers/operations/translate_intdef';
40 private TranslateIntDefService: TranslateIntDef;
52 this.TranslateIntDefService = new TranslateIntDef(serviceField);
Dhierarchy_tree_clients_factory.ts20 import {TranslateIntDef} from 'parsers/operations/translate_intdef';
40 private TranslateIntDefClient: TranslateIntDef;
49 this.TranslateIntDefClient = new TranslateIntDef(clientField);
/development/tools/winscope/src/parsers/input/perfetto/
Dparser_key_event.ts21 import {TranslateIntDef} from 'parsers/operations/translate_intdef';
37 new TranslateIntDef(ParserKeyEvent.KeyEventField),
Dparser_motion_event.ts21 import {TranslateIntDef} from 'parsers/operations/translate_intdef';
37 new TranslateIntDef(ParserMotionEvent.MotionEventField),
Dabstract_input_event_parser.ts20 import {TranslateIntDef} from 'parsers/operations/translate_intdef';
48 new TranslateIntDef(AbstractInputEventParser.DispatchEventsField),
/development/tools/winscope/src/parsers/surface_flinger/legacy/
Dparser_surface_flinger.ts22 import {TranslateIntDef} from 'parsers/operations/translate_intdef';
72 TranslateIntDefLayer: new TranslateIntDef(ParserSurfaceFlinger.layerField),
86 TranslateIntDefEntry: new TranslateIntDef(ParserSurfaceFlinger.entryField),
/development/tools/winscope/src/parsers/surface_flinger/perfetto/
Dparser_surface_flinger.ts21 import {TranslateIntDef} from 'parsers/operations/translate_intdef';
69 TranslateIntDefLayer: new TranslateIntDef(ParserSurfaceFlinger.layerField),
83 TranslateIntDefEntry: new TranslateIntDef(ParserSurfaceFlinger.entryField),
/development/tools/winscope/src/parsers/transitions/
Dentry_properties_tree_factory.ts23 import {TranslateIntDef} from 'parsers/operations/translate_intdef';
68 private static WM_INTDEF_OPERATION = new TranslateIntDef(
/development/tools/winscope/src/parsers/view_capture/legacy/
Dparser_view_capture_window.ts22 import {TranslateIntDef} from 'parsers/operations/translate_intdef';
72 TranslateIntDefNode: new TranslateIntDef(NodeField),