Searched refs:dotScale (Results 1 – 1 of 1) sorted by relevance
830 final float dotScale = MathUtils.lerp(hoursDotScale, minutesDotScale, mHoursToMinutes); in drawSelector() local831 if (dotScale > 0) { in drawSelector()834 canvas.drawCircle(selCenterX, selCenterY, mSelectorDotRadius * dotScale, dotPaint); in drawSelector()