Home | History | Annotate | Download | only in widget

Lines Matching refs:getMinValue

986                                 ? getValue() < getMaxValue() : getValue() > getMinValue())) {
1196 * If the argument is less than the {@link NumberPicker#getMinValue()} and
1198 * current value is set to the {@link NumberPicker#getMinValue()} value.
1201 * If the argument is less than the {@link NumberPicker#getMinValue()} and
1213 * current value is set to the {@link NumberPicker#getMinValue()} value.
1321 * @see #getMinValue()
1330 * wrap around the {@link NumberPicker#getMinValue()} and
1338 * {@link #getMaxValue()} - {@link #getMinValue()}) is less than
1380 public int getMinValue() {
1392 * {@link #getMaxValue()} - {@link #getMinValue()} + 1.
1430 * {@link #getMaxValue()} - {@link #getMinValue()} + 1.
1467 * {@link #getMaxValue()} - {@link #getMinValue()} + 1.
2340 && (getWrapSelectorWheel() || getValue() > getMinValue())) {
2642 if (getWrapSelectorWheel() || getValue() > getMinValue()) {
2651 return getWrapSelectorWheel() || getValue() > getMinValue();