Home
last modified time | relevance | path

Searched refs:WindowContainer (Results 1 – 5 of 5) sorted by relevance

/development/tools/winscope/src/parsers/window_manager/operations/
Doperation_lists.ts84 WmProtoType.WindowContainer,
93 WM_EAGER_PROPERTIES.get(WmProtoType.WindowContainer),
101 WM_DENYLIST_PROPERTIES.get(WmProtoType.WindowContainer),
/development/tools/winscope/src/parsers/window_manager/
Dwm_proto_type.ts27 WindowContainer = 'WindowContainer', enumerator
Dwm_denylist_properties.ts31 [WmProtoType.WindowContainer, commonDenylistProperties],
Dwm_eager_properties.ts31 [WmProtoType.WindowContainer, commonEagerProperties.concat(['visible'])],
Dparser_window_manager_utils.ts223 return WmProtoType.WindowContainer;