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

/frameworks/native/libs/gui/
H A DSensor.cpp77 float Sensor::getMaxValue() const { function in class:android::Sensor
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1124 * current value is set to the {@link NumberPicker#getMaxValue()} value.
1127 * If the argument is less than the {@link NumberPicker#getMaxValue()} and
1129 * current value is set to the {@link NumberPicker#getMaxValue()} value.
1132 * If the argument is less than the {@link NumberPicker#getMaxValue()} and
1222 * @see #getMaxValue()
1231 * {@link NumberPicker#getMaxValue()} values.
1238 * {@link #getMaxValue()} - {@link #getMinValue()}) is less than
1313 public int getMaxValue() { method in class:NumberPicker
1369 if (getMaxValue() >= displayedValues.length) {
2211 && (getWrapSelectorWheel() || getValue() < getMaxValue())) {
[all...]

Completed in 62 milliseconds