Searched refs:hoursDotScale (Results 1 – 1 of 1) sorted by relevance
797 final float hoursDotScale = mSelectionDegrees[hoursIndex % 2] % 30 != 0 ? 1 : 0; in drawSelector() local825 final float dotScale = MathUtils.lerp(hoursDotScale, minutesDotScale, mHoursToMinutes); in drawSelector()