Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/viewer_input_method_manager_service/
Dpresenter_input_method_manager_service.ts25 const inputMethodManagerService = this.hierarchyPresenter constant
30 const curMethodId = inputMethodManagerService
33 const curFocusedWindowName = inputMethodManagerService
36 const lastImeTargetWindowName = inputMethodManagerService
40 inputMethodManagerService
/development/tools/winscope/src/parsers/input_method/
Dhierarchy_tree_manager_service_factory.ts94 const inputMethodManagerService = entryProto.inputMethodManagerService constant
98 entryProto.inputMethodManagerService,
103 entryProto.inputMethodManagerService,
117 .setChildren(inputMethodManagerService ? [inputMethodManagerService] : [])
176 data = {inputMethodManagerService: null};
193 .setData(serviceProto ?? {inputMethodManagerService: null})
/development/tools/winscope/src/trace/
Dtrace_tree_node.ts27 inputMethodManagerService?: any; property