Searched refs:mReusableOvalRect (Results 1 – 1 of 1) sorted by relevance
271 private RectF mReusableOvalRect = new RectF(); field in PointerLocationView276 mReusableOvalRect.left = x - minor / 2; in drawOval()277 mReusableOvalRect.right = x + minor / 2; in drawOval()278 mReusableOvalRect.top = y - major / 2; in drawOval()279 mReusableOvalRect.bottom = y + major / 2; in drawOval()280 canvas.drawOval(mReusableOvalRect, paint); in drawOval()