HomeSort by relevance Sort by last modified time
    Searched refs:mShapePath (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
BatteryMeterDrawableBase.java 95 private final Path mShapePath = new Path();
345 mShapePath.reset();
348 mShapePath.setFillType(FillType.WINDING);
349 mShapePath.addRoundRect(mFrame, radius, radius, Direction.CW);
350 mShapePath.addRect(mButtonFrame, Direction.CW);
387 mShapePath.op(mBoltPath, Path.Op.DIFFERENCE);
414 mShapePath.op(mPlusPath, Path.Op.DIFFERENCE);
438 mShapePath.op(mTextPath, Path.Op.DIFFERENCE);
443 c.drawPath(mShapePath, mFramePaint);
449 c.drawPath(mShapePath, mBatteryPaint)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
IconNormalizer.java 82 private final Path mShapePath;
108 mShapePath = new Path();
137 maskPath.transform(mMatrix, mShapePath);
140 mCanvas.drawPath(mShapePath, mPaintMaskShape);
143 mCanvas.drawPath(mShapePath, mPaintMaskShapeOutline);

Completed in 84 milliseconds