Home
last modified time | relevance | path

Searched refs:mColorRadius (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
DTouchCircleDrawable.java55 private int mColorRadius; field in TouchCircleDrawable
137 canvas.drawCircle(mCenter.x, mCenter.y, mColorRadius, mColorPaint); in draw()
196 mColorRadius = (Integer) animation.getAnimatedValue(); in animate()
247 mColorRadius = 0; in reset()