Home
last modified time | relevance | path

Searched refs:TransformUtils (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/parsers/surface_flinger/
Dtransform_utils.ts60 if (TransformUtils.isSimpleTransform(transformType)) {
61 return TransformUtils.getDefaultTransform(transformType, x, y);
75 export class TransformUtils { class
85 ? TransformUtils.isFlagSet(type, TransformType.ROT_INVALID_VAL)
93 TransformUtils.isFlagClear(
103 if (TransformUtils.isFlagSet(type, TransformType.SCALE_VAL)) {
107 if (TransformUtils.isFlagSet(type, TransformType.TRANSLATE_VAL)) {
111 if (TransformUtils.isFlagSet(type, TransformType.ROT_INVALID_VAL)) {
114 TransformUtils.isFlagSet(
123 TransformUtils.isFlagSet(
[all …]
/development/tools/winscope/src/parsers/surface_flinger/computations/
Dvisibility_properties_computation.ts23 TransformUtils,
259 !TransformUtils.isValidTransform(Transform.from(transform))
342 !TransformUtils.isSimpleRotation(
347 !TransformUtils.isSimpleRotation(
/development/tools/winscope/src/trace/tree_node/
Dformatters.ts20 import {TransformUtils} from 'parsers/surface_flinger/transform_utils';
148 ? TransformUtils.getTypeFlags(type.getValue() ?? 0)