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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DBatteryMeterDrawableBase.java95 private final Path mShapePath = new Path(); field in class:BatteryMeterDrawableBase
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, mBatteryPain
[all...]

Completed in 79 milliseconds