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