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