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