Searched defs:getMinValue (Results 1 - 2 of 2) sorted by relevance

/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...]

Completed in 57 milliseconds