Searched refs:maxSteps (Results 1 – 1 of 1) sorted by relevance
167 final int maxSteps = sliderController.getMaxSteps(); in handleSliderAction() local168 if (newPosition < 0 || newPosition > maxSteps) { in handleSliderAction()171 + maxSteps + " but found " + newPosition); in handleSliderAction()