Searched refs:mShapePath (Results 1 – 4 of 4) sorted by relevance
26 private final Path mShapePath; field in GridTileDrawable35 mShapePath = PathParser.createPathFromPathData(path); in GridTileDrawable()36 mTransformedPath = new Path(mShapePath); in GridTileDrawable()48 mShapePath.transform(mScaleMatrix, mTransformedPath); in onBoundsChange()
89 private final Path mShapePath; field in PreloadIconDrawable135 mShapePath = shapePath; in PreloadIconDrawable()190 mShapePath.transform(mTmpMatrix, mScaledTrackPath); in onBoundsChange()367 mShapePath); in newConstantState()377 private final Path mShapePath; field in PreloadIconDrawable.PreloadIconConstantState393 mShapePath = shapePath; in PreloadIconConstantState()403 mShapePath); in createDrawable()
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()
85 private final Path mShapePath; field in PredictedAppIcon128 mShapePath = GraphicsUtils.getShapePath(context, mNormalizedIconSize); in PredictedAppIcon()346 mRingPath.addPath(mShapePath, mTmpMatrix); in updateRingPath()355 mRingPath.addPath(mShapePath, mTmpMatrix); in updateRingPath()441 canvas.drawPath(mIcon.mShapePath, mOutlinePaint); in drawUnderItem()