Home
last modified time | relevance | path

Searched refs:typeFlags (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/parsers/surface_flinger/
Dtransform_utils.ts90 const typeFlags: string[] = []; constant
100 typeFlags.push('IDENTITY');
104 typeFlags.push('SCALE');
108 typeFlags.push('TRANSLATE');
112 typeFlags.push('ROT_INVALID');
121 typeFlags.push('ROT_270');
128 typeFlags.push('ROT_180');
131 typeFlags.push('ROT_90');
134 typeFlags.push('FLIP_V');
137 typeFlags.push('FLIP_H');
[all …]
/development/tools/winscope/src/viewers/components/
Dsurface_flinger_property_groups_component.ts348 const typeFlags = transformNode.formattedValue(); constant
349 return typeFlags !== 'null' ? typeFlags : 'IDENTITY';