Searched refs:getMinValue (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/gui/
H A DSensor.h63 float getMinValue() const;
/frameworks/native/libs/gui/
H A DSensor.cpp73 float Sensor::getMinValue() const { function in class:android::Sensor
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1092 * If the argument is less than the {@link NumberPicker#getMinValue()} and
1094 * current value is set to the {@link NumberPicker#getMinValue()} value.
1097 * If the argument is less than the {@link NumberPicker#getMinValue()} and
1109 * current value is set to the {@link NumberPicker#getMinValue()} value.
1196 * @see #getMinValue()
1205 * wrap around the {@link NumberPicker#getMinValue()} and
1213 * {@link #getMaxValue()} - {@link #getMinValue()}) is less than
1255 public int getMinValue() { method in class:NumberPicker
2184 && (getWrapSelectorWheel() || getValue() > getMinValue())) {
2529 if (getWrapSelectorWheel() || getValue() > getMinValue()) {
[all...]
H A DTimePicker.java179 int minValue = mMinuteSpinner.getMinValue();
H A DDatePicker.java651 mMonthSpinner.getMinValue(), mMonthSpinner.getMaxValue() + 1);

Completed in 135 milliseconds