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