Searched refs:TransformUtils (Results 1 – 3 of 3) sorted by relevance
60 if (TransformUtils.isSimpleTransform(transformType)) {61 return TransformUtils.getDefaultTransform(transformType, x, y);75 export class TransformUtils { class85 ? 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 …]
23 TransformUtils,259 !TransformUtils.isValidTransform(Transform.from(transform))342 !TransformUtils.isSimpleRotation(347 !TransformUtils.isSimpleRotation(
20 import {TransformUtils} from 'parsers/surface_flinger/transform_utils';148 ? TransformUtils.getTypeFlags(type.getValue() ?? 0)