Searched refs:mForegroundPath (Results 1 – 1 of 1) sorted by relevance
74 private final Path mForegroundPath = new Path(); field in SignalDrawable210 mForegroundPath.reset(); in draw()215 canvas.drawPath(mForegroundPath, mForegroundPaint); in draw()237 mForegroundPath.addRect(x, y, x + dotSize, y + dotSize, Direction.CW); in drawDotAndPadding()