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