Searched refs:transformToApply (Results 1 – 2 of 2) sorted by relevance
137 Transformation transformToApply = null; in transformCanvas() local144 transformToApply = transformType != Transformation.TYPE_IDENTITY ? t : null; in transformCanvas()153 if (transformToApply != null || alpha < 1 || !childHasIdentityMatrix) { in transformCanvas()154 if (transformToApply != null || !childHasIdentityMatrix) { in transformCanvas()156 if (transformToApply != null) { in transformCanvas()158 canvas.concat(transformToApply.getMatrix()); in transformCanvas()
22368 Transformation transformToApply = null; in draw() local22378 transformToApply = parent.getChildTransformation(); in draw()22391 transformToApply = transformType != Transformation.TYPE_IDENTITY ? t : null; in draw()22457 if (!drawingWithRenderNode || transformToApply != null) { in draw()22478 if (transformToApply != null in draw()22482 if (transformToApply != null || !childHasIdentityMatrix) { in draw()22491 if (transformToApply != null) { in draw()22494 renderNode.setAnimationMatrix(transformToApply.getMatrix()); in draw()22499 canvas.concat(transformToApply.getMatrix()); in draw()22505 float transformAlpha = transformToApply.getAlpha(); in draw()