Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/window_manager/operations/
Doperation_lists.ts19 import {TranslateIntDef} from 'parsers/operations/translate_intdef';
42 new TranslateIntDef(WmTamperedProtos.WindowManagerServiceField),
65 new TranslateIntDef(WmTamperedProtos.RootWindowContainerField),
88 new TranslateIntDef(WmTamperedProtos.WindowContainerField),
112 new TranslateIntDef(WmTamperedProtos.DisplayContentField),
135 new TranslateIntDef(WmTamperedProtos.DisplayAreaField),
158 new TranslateIntDef(WmTamperedProtos.TaskField),
181 new TranslateIntDef(WmTamperedProtos.ActivityField),
205 new TranslateIntDef(WmTamperedProtos.WindowTokenField),
234 new TranslateIntDef(WmTamperedProtos.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);
Dtranslate_intdef.ts23 export class TranslateIntDef implements Operation<PropertyTreeNode> { class
/development/tools/winscope/src/parsers/input_method/
Dhierarchy_tree_service_factory.ts20 import {TranslateIntDef} from 'parsers/operations/translate_intdef';
40 private TranslateIntDefService: TranslateIntDef;
52 this.TranslateIntDefService = new TranslateIntDef(serviceField);
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_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';
41 new TranslateIntDef(AbstractInputEventParser.DispatchEventsField),
/development/tools/winscope/src/parsers/surface_flinger/legacy/
Dparser_surface_flinger.ts22 import {TranslateIntDef} from 'parsers/operations/translate_intdef';
71 TranslateIntDefLayer: new TranslateIntDef(ParserSurfaceFlinger.layerField),
85 TranslateIntDefEntry: new TranslateIntDef(ParserSurfaceFlinger.entryField),
/development/tools/winscope/src/parsers/surface_flinger/perfetto/
Dparser_surface_flinger.ts21 import {TranslateIntDef} from 'parsers/operations/translate_intdef';
73 TranslateIntDefLayer: new TranslateIntDef(ParserSurfaceFlinger.layerField),
87 TranslateIntDefEntry: new TranslateIntDef(ParserSurfaceFlinger.entryField),
/development/tools/winscope/src/parsers/view_capture/legacy/
Dparser_view_capture_window.ts22 import {TranslateIntDef} from 'parsers/operations/translate_intdef';
71 TranslateIntDefNode: new TranslateIntDef(NodeField),