Searched refs:mReusableOvalRect (Results 1 – 1 of 1) sorted by relevance
490 private final RectF mReusableOvalRect = new RectF(); field in TouchPaint.PaintView495 mReusableOvalRect.left = x - minor / 2; in drawOval()496 mReusableOvalRect.right = x + minor / 2; in drawOval()497 mReusableOvalRect.top = y - major / 2; in drawOval()498 mReusableOvalRect.bottom = y + major / 2; in drawOval()499 canvas.drawOval(mReusableOvalRect, paint); in drawOval()