Searched refs:clampedValue (Results 1 – 1 of 1) sorted by relevance
1141 final int clampedValue = MathUtils.constrain(nextValue, minValue, maxValue); in adjustPicker() local1143 setCurrentHour(clampedValue); in adjustPicker()1145 setCurrentMinute(clampedValue); in adjustPicker()