Searched refs:mBackgroundRadius (Results 1 – 1 of 1) sorted by relevance
56 private int mBackgroundRadius; field in TouchCircleDrawable135 canvas.drawCircle(mCenter.x, mCenter.y, mBackgroundRadius, mBackgroundPaint); in draw()187 mBackgroundRadius = Math.min(mW/2, mH/2); in animate()