Home
last modified time | relevance | path

Searched refs:WM_WINDOWS_TOKEN_AND_TITLE (Results 1 – 8 of 8) sorted by relevance

/development/tools/winscope/src/trace/
Dcustom_query.ts22 WM_WINDOWS_TOKEN_AND_TITLE, enumerator
50 static [CustomQueryType.WM_WINDOWS_TOKEN_AND_TITLE]<T>(
51 parserResult: CustomQueryParserResultTypeMap[CustomQueryType.WM_WINDOWS_TOKEN_AND_TITLE],
52 ): CustomQueryResultTypeMap<T>[CustomQueryType.WM_WINDOWS_TOKEN_AND_TITLE] {
61 [CustomQueryType.WM_WINDOWS_TOKEN_AND_TITLE]: never;
71 [CustomQueryType.WM_WINDOWS_TOKEN_AND_TITLE]: Array<{
84 [CustomQueryType.WM_WINDOWS_TOKEN_AND_TITLE]: Array<{
/development/tools/winscope/src/parsers/window_manager/
Dparser_window_manager_dump.ts104 .visit(CustomQueryType.WM_WINDOWS_TOKEN_AND_TITLE, () => {
105 const result: CustomQueryParserResultTypeMap[CustomQueryType.WM_WINDOWS_TOKEN_AND_TITLE] =
Dparser_window_manager.ts92 .visit(CustomQueryType.WM_WINDOWS_TOKEN_AND_TITLE, () => {
93 const result: CustomQueryParserResultTypeMap[CustomQueryType.WM_WINDOWS_TOKEN_AND_TITLE] =
Dcustom_query_utils_test.ts29 .customQuery(CustomQueryType.WM_WINDOWS_TOKEN_AND_TITLE);
Dparser_window_manager_dump_test.ts79 CustomQueryType.WM_WINDOWS_TOKEN_AND_TITLE,
Dparser_window_manager_test.ts71 .customQuery(CustomQueryType.WM_WINDOWS_TOKEN_AND_TITLE);
Dcustom_query_utils.ts23 CustomQueryParserResultTypeMap[CustomQueryType.WM_WINDOWS_TOKEN_AND_TITLE];
/development/tools/winscope/src/viewers/viewer_transitions/
Dpresenter.ts129 CustomQueryType.WM_WINDOWS_TOKEN_AND_TITLE,