Searched refs:mTransformedPath (Results 1 – 1 of 1) sorted by relevance
27 private final Path mTransformedPath; field in GridTileDrawable36 mTransformedPath = new Path(mShapePath); in GridTileDrawable()48 mShapePath.transform(mScaleMatrix, mTransformedPath); in onBoundsChange()61 canvas.drawPath(mTransformedPath, mPaint); in draw()