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

/frameworks/native/libs/gui/
H A DSensor.cpp270 float Sensor::getMinValue() const { function in class:android::Sensor
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java986 ? 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() { method in class:NumberPicker
1392 * {@link #getMaxValue()} - {@link #getMinValue()}
[all...]

Completed in 66 milliseconds