Searched refs:activatedIndex (Results 1 – 1 of 1) sorted by relevance
906 final float activatedIndex = activatedDegrees / (360.0f / NUM_POSITIONS); in drawTextElements() local907 final int activatedFloor = (int) activatedIndex; in drawTextElements()908 final int activatedCeil = ((int) Math.ceil(activatedIndex)) % NUM_POSITIONS; in drawTextElements()