Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/surface_flinger/computations/
Dvisibility_properties_computation.ts342 !TransformUtils.isSimpleRotation(
347 !TransformUtils.isSimpleRotation(
/development/tools/winscope/src/parsers/surface_flinger/
Dtransform_utils.ts83 static isSimpleRotation(type: TransformType | undefined): boolean { method in TransformUtils