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