Searched refs:mBoltPath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DBatteryMeterDrawableBase.java85 private final Path mBoltPath = new Path(); field in class:BatteryMeterDrawableBase
366 mBoltPath.reset();
367 mBoltPath.moveTo(
371 mBoltPath.lineTo(
375 mBoltPath.lineTo(
384 c.drawPath(mBoltPath, mBoltPaint);
387 mShapePath.op(mBoltPath, Path.Op.DIFFERENCE);

Completed in 29 milliseconds