Searched refs:getMinValue (Results 1 - 10 of 10) 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
H A DPicker.java299 columnView.setSelectedPosition(column.getCurrentValue() - column.getMinValue());
316 int position = value - mColumns.get(columnIndex).getMinValue();
473 holder.textView.setText(mData.getLabelFor(mData.getMinValue() + position));
505 int newValue = mColumns.get(colIndex).getMinValue() + position;
H A DTimePicker.java129 if (value != column.getMinValue()) {
/frameworks/native/libs/sensor/tests/
H A DSensor_test.cpp34 a.getMinValue() == b.getMinValue () &&
/frameworks/native/libs/sensor/include/sensor/
H A DSensor.h76 float getMinValue() const;
/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...]
H A DDatePickerSpinnerDelegate.java546 mMonthSpinner.getMinValue(), mMonthSpinner.getMaxValue() + 1);
H A DTimePickerSpinnerDelegate.java122 int minValue = mMinuteSpinner.getMinValue();
/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

Completed in 204 milliseconds