Searched defs:getMinValue (Results 1 - 4 of 4) 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/sensor/
H A DSensor.cpp348 float Sensor::getMinValue() const { function in class:android::Sensor
/frameworks/base/graphics/java/android/graphics/
H A DColorSpace.java42 * color space, defined by {@link #getMinValue(int)} and {@link #getMaxValue(int)}
1013 public abstract float getMinValue(@IntRange(from = 0, to = 3) int component); method in class:ColorSpace
1020 * @return A floating point value greater than {@link #getMinValue(int)}
1022 * @see #getMinValue(int)
1796 public float getMinValue(@IntRange(from = 0, to = 3) int component) { method in class:ColorSpace.Xyz
1847 public float getMinValue(@IntRange(from = 0, to = 3) int component) { method in class:ColorSpace.Lab
2891 public float getMinValue(int component) { method in class:ColorSpace.Rgb
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1008 ? getValue() < getMaxValue() : getValue() > getMinValue())) {
1222 * If the argument is less than the {@link NumberPicker#getMinValue()} and
1224 * current value is set to the {@link NumberPicker#getMinValue()} value.
1227 * If the argument is less than the {@link NumberPicker#getMinValue()} and
1239 * current value is set to the {@link NumberPicker#getMinValue()} value.
1347 * @see #getMinValue()
1356 * wrap around the {@link NumberPicker#getMinValue()} and
1364 * {@link #getMaxValue()} - {@link #getMinValue()}) is less than
1417 public int getMinValue() { method in class:NumberPicker
1429 * {@link #getMaxValue()} - {@link #getMinValue()}
[all...]

Completed in 255 milliseconds