Searched refs:mReusableOvalRect (Results 1 – 1 of 1) sorted by relevance
238 private RectF mReusableOvalRect = new RectF(); field in PointerLocationView243 mReusableOvalRect.left = x - minor / 2; in drawOval()244 mReusableOvalRect.right = x + minor / 2; in drawOval()245 mReusableOvalRect.top = y - major / 2; in drawOval()246 mReusableOvalRect.bottom = y + major / 2; in drawOval()247 canvas.drawOval(mReusableOvalRect, paint); in drawOval()