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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DPickerColumn.java112 public int getMinValue() { method in class:PickerColumn
/frameworks/native/libs/gui/
H A DSensor.cpp331 float Sensor::getMinValue() const { function in class:android::Sensor
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1001 ? getValue() < getMaxValue() : getValue() > getMinValue())) {
1211 * If the argument is less than the {@link NumberPicker#getMinValue()} and
1213 * current value is set to the {@link NumberPicker#getMinValue()} value.
1216 * If the argument is less than the {@link NumberPicker#getMinValue()} and
1228 * current value is set to the {@link NumberPicker#getMinValue()} value.
1336 * @see #getMinValue()
1345 * wrap around the {@link NumberPicker#getMinValue()} and
1353 * {@link #getMaxValue()} - {@link #getMinValue()}) is less than
1406 public int getMinValue() { method in class:NumberPicker
1418 * {@link #getMaxValue()} - {@link #getMinValue()}
[all...]

Completed in 474 milliseconds