Home | History | Annotate | Download | only in widget

Lines Matching refs:clampedValue

1117             final int clampedValue = MathUtils.constrain(nextValue, minValue, maxValue);
1119 setCurrentHour(clampedValue);
1121 setCurrentMinute(clampedValue);