Home
last modified time | relevance | path

Searched refs:AddDefaultsEntryLazy (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/development/tools/winscope/src/parsers/input_method/
H A Dhierarchy_tree_service_factory.ts45 private AddDefaultsEntryLazy: AddDefaults; property in HierarchyTreeServiceFactory
67 this.AddDefaultsEntryLazy = new AddDefaults(
88 .setLazyOperations([this.AddDefaultsEntryLazy])
H A Dhierarchy_tree_manager_service_factory.ts48 private AddDefaultsEntryLazy: AddDefaults; property in HierarchyTreeManagerServiceFactory
70 this.AddDefaultsEntryLazy = new AddDefaults(
91 .setLazyOperations([this.AddDefaultsEntryLazy])
H A Dhierarchy_tree_clients_factory.ts45 private AddDefaultsEntryLazy: AddDefaults; property in HierarchyTreeClientsFactory
64 this.AddDefaultsEntryLazy = new AddDefaults(
85 .setLazyOperations([this.AddDefaultsEntryLazy])
/aosp_15_r20/development/tools/winscope/src/parsers/surface_flinger/legacy/
H A Dparser_surface_flinger.ts85 AddDefaultsEntryLazy: new AddDefaults(
/aosp_15_r20/development/tools/winscope/src/parsers/surface_flinger/perfetto/
H A Dparser_surface_flinger.ts87 AddDefaultsEntryLazy: new AddDefaults(
/aosp_15_r20/development/tools/winscope/src/parsers/surface_flinger/
H A Dentry_hierarchy_tree_factory.ts113 .setLazyOperations([ParserSurfaceFlinger.Operations.AddDefaultsEntryLazy])