Home
last modified time | relevance | path

Searched refs:inputMethodService (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/viewers/viewer_input_method_service/
Dpresenter_input_method_service.ts20 const inputMethodService = this.hierarchyPresenter constant
25 inputMethodService?.getEagerPropertyByName('windowVisible')?.getValue() ??
28 inputMethodService
31 const packageName = inputMethodService
/development/tools/winscope/src/parsers/input_method/
Dhierarchy_tree_service_factory.ts91 const inputMethodService = entryProto.inputMethodService constant
94 this.makeServiceEagerPropertiesTree(entryProto.inputMethodService),
98 entryProto.inputMethodService,
112 .setChildren(inputMethodService ? [inputMethodService] : [])
171 data = {inputMethodService: null};
189 .setData(serviceProto ?? {inputMethodService: null})
/development/tools/winscope/src/trace/
Dtrace_tree_node.ts26 inputMethodService?: any; property