Searched refs:mShapePath (Results 1 – 3 of 3) sorted by relevance
27 private final Path mShapePath; field in GridTileDrawable37 mShapePath = PathParser.createPathFromPathData(path); in GridTileDrawable()38 mTransformedPath = new Path(mShapePath); in GridTileDrawable()50 mShapePath.transform(mScaleMatrix, mTransformedPath); in onBoundsChange()
84 private final Path mShapePath; field in IconNormalizer111 mShapePath = new Path(); in IconNormalizer()183 maskPath.transform(mMatrix, mShapePath); in isShape()186 mCanvas.drawPath(mShapePath, mPaintMaskShape); in isShape()189 mCanvas.drawPath(mShapePath, mPaintMaskShapeOutline); in isShape()
323 private Path mShapePath; field in ThemeBundle.Builder340 Path path = mShapePath; in createPreviewInfo()415 mShapePath = path; in setShapePath()