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