Searched refs:mTextPath (Results 1 – 1 of 1) sorted by relevance
97 private final Path mTextPath = new Path(); field in BatteryMeterDrawableBase442 mTextPath.reset(); in draw()443 mTextPaint.getTextPath(pctText, 0, pctText.length(), pctX, pctY, mTextPath); in draw()445 mShapePath.op(mTextPath, Path.Op.DIFFERENCE); in draw()