Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/widget/
DGridTileDrawable.java26 private final Path mShapePath; field in GridTileDrawable
35 mShapePath = PathParser.createPathFromPathData(path); in GridTileDrawable()
36 mTransformedPath = new Path(mShapePath); in GridTileDrawable()
48 mShapePath.transform(mScaleMatrix, mTransformedPath); in onBoundsChange()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DPreloadIconDrawable.java89 private final Path mShapePath; field in PreloadIconDrawable
135 mShapePath = shapePath; in PreloadIconDrawable()
190 mShapePath.transform(mTmpMatrix, mScaledTrackPath); in onBoundsChange()
367 mShapePath); in newConstantState()
377 private final Path mShapePath; field in PreloadIconDrawable.PreloadIconConstantState
393 mShapePath = shapePath; in PreloadIconConstantState()
403 mShapePath); in createDrawable()
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java84 private final Path mShapePath; field in IconNormalizer
111 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()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java85 private final Path mShapePath; field in PredictedAppIcon
128 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()