Searched refs:dotAngleDegrees (Results 1 – 2 of 2) sorted by relevance
143 val dotAngleDegrees = 270 - redPercent * 360 in onDraw() constant144 val dotAngleRadians = Math.toRadians(dotAngleDegrees.toDouble()) in onDraw()
154 val dotAngleDegrees = 270 + redPercent * 360 in onDraw() constant155 val dotAngleRadians = Math.toRadians(dotAngleDegrees.toDouble()) in onDraw()