Searched refs:transformToApply (Results 1 – 2 of 2) sorted by relevance
141 Transformation transformToApply = null; in transformCanvas() local148 transformToApply = transformType != Transformation.TYPE_IDENTITY ? t : null; in transformCanvas()161 if (transformToApply != null || alpha < 1 || !childHasIdentityMatrix) { in transformCanvas()162 if (transformToApply != null || !childHasIdentityMatrix) { in transformCanvas()166 if (transformToApply != null) { in transformCanvas()171 canvas.concat(transformToApply.getMatrix()); in transformCanvas()
21644 Transformation transformToApply = null; in draw() local21654 transformToApply = parent.getChildTransformation(); in draw()21667 transformToApply = transformType != Transformation.TYPE_IDENTITY ? t : null; in draw()21733 if (!drawingWithRenderNode || transformToApply != null) { in draw()21754 if (transformToApply != null in draw()21758 if (transformToApply != null || !childHasIdentityMatrix) { in draw()21767 if (transformToApply != null) { in draw()21770 renderNode.setAnimationMatrix(transformToApply.getMatrix()); in draw()21775 canvas.concat(transformToApply.getMatrix()); in draw()21781 float transformAlpha = transformToApply.getAlpha(); in draw()