Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java24506 Transformation transformToApply = null; in draw() local
24516 transformToApply = parent.getChildTransformation(); in draw()
24529 transformToApply = transformType != Transformation.TYPE_IDENTITY ? t : null; in draw()
24595 if (!drawingWithRenderNode || transformToApply != null) { in draw()
24616 if (transformToApply != null in draw()
24620 if (transformToApply != null || !childHasIdentityMatrix) { in draw()
24629 if (transformToApply != null) { in draw()
24632 renderNode.setAnimationMatrix(transformToApply.getMatrix()); in draw()
24637 canvas.concat(transformToApply.getMatrix()); in draw()
24643 float transformAlpha = transformToApply.getAlpha(); in draw()