Searched refs:getMaxValue (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/sensorservice/
H A DLinearAccelerationSensor.cpp69 hwSensor.maxRange = gsensor.getMaxValue();
H A DCorrectedGyroSensor.cpp76 hwSensor.maxRange = mGyro.getMaxValue();
/frameworks/native/include/gui/
H A DSensor.h64 float getMaxValue() const;
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp75 env->SetFloatField(sensor, sensorOffsets.range, list->getMaxValue());
/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.java1099 * current value is set to the {@link NumberPicker#getMaxValue()} value.
1102 * If the argument is less than the {@link NumberPicker#getMaxValue()} and
1104 * current value is set to the {@link NumberPicker#getMaxValue()} value.
1107 * If the argument is less than the {@link NumberPicker#getMaxValue()} and
1197 * @see #getMaxValue()
1206 * {@link NumberPicker#getMaxValue()} values.
1213 * {@link #getMaxValue()} - {@link #getMinValue()}) is less than
1288 public int getMaxValue() { method in class:NumberPicker
2177 && (getWrapSelectorWheel() || getValue() < getMaxValue())) {
2526 if (getWrapSelectorWheel() || getValue() < getMaxValue()) {
[all...]
H A DTimePicker.java180 int maxValue = mMinuteSpinner.getMaxValue();
H A DDatePicker.java651 mMonthSpinner.getMinValue(), mMonthSpinner.getMaxValue() + 1);

Completed in 208 milliseconds