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()
22014 Transformation transformToApply = null; in draw() local22024 transformToApply = parent.getChildTransformation(); in draw()22037 transformToApply = transformType != Transformation.TYPE_IDENTITY ? t : null; in draw()22103 if (!drawingWithRenderNode || transformToApply != null) { in draw()22124 if (transformToApply != null in draw()22128 if (transformToApply != null || !childHasIdentityMatrix) { in draw()22137 if (transformToApply != null) { in draw()22140 renderNode.setAnimationMatrix(transformToApply.getMatrix()); in draw()22145 canvas.concat(transformToApply.getMatrix()); in draw()22151 float transformAlpha = transformToApply.getAlpha(); in draw()