Home
last modified time | relevance | path

Searched refs:EAGER_PROPERTIES (Results 1 – 4 of 4) sorted by relevance

/development/tools/winscope/src/parsers/surface_flinger/
Dparser_surface_flinger_utils.ts30 static readonly EAGER_PROPERTIES = [ property in ParserSfUtils
87 if (!ParserSfUtils.EAGER_PROPERTIES.includes(it)) denyList.push(it);
133 ParserSfUtils.EAGER_PROPERTIES.concat(
/development/tools/winscope/src/parsers/view_capture/legacy/
Dparser_view_capture_window.ts50 private static readonly EAGER_PROPERTIES = [ property in ParserViewCaptureWindow
74 ParserViewCaptureWindow.EAGER_PROPERTIES,
79 ParserViewCaptureWindow.EAGER_PROPERTIES.concat(
226 if (!ParserViewCaptureWindow.EAGER_PROPERTIES.includes(it)) {
/development/tools/winscope/src/parsers/surface_flinger/legacy/
Dparser_surface_flinger.ts74 ParserSfUtils.EAGER_PROPERTIES,
79 ParserSfUtils.EAGER_PROPERTIES.concat(ParserSfUtils.DENYLIST_PROPERTIES),
/development/tools/winscope/src/parsers/surface_flinger/perfetto/
Dparser_surface_flinger.ts76 ParserSfUtils.EAGER_PROPERTIES,
81 ParserSfUtils.EAGER_PROPERTIES.concat(ParserSfUtils.DENYLIST_PROPERTIES),