Searched refs:mMaxValue (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/gui/
H A DSensor.cpp34 mMinValue(0), mMaxValue(0), mResolution(0),
47 mMaxValue = hwSensor->maxRange; // FIXME: maxValue
78 return mMaxValue;
148 offset += write(buffer, offset, mMaxValue);
187 offset += read(buffer, offset, &mMaxValue);
/frameworks/native/include/gui/
H A DSensor.h85 float mMaxValue; member in class:android::Sensor
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java243 private int mMaxValue; field in class:NumberPicker
1023 && selectorIndices[SELECTOR_MIDDLE_ITEM_INDEX] >= mMaxValue) {
1040 if (!mWrapSelectorWheel && selectorIndices[SELECTOR_MIDDLE_ITEM_INDEX] >= mMaxValue) {
1165 int current = mMaxValue;
1221 final boolean wrappingAllowed = (mMaxValue - mMinValue) >= mSelectorIndices.length;
1275 boolean wrapSelectorWheel = mMaxValue - mMinValue > mSelectorIndices.length;
1289 return mMaxValue;
1298 if (mMaxValue == maxValue) {
1304 mMaxValue = maxValue;
1305 if (mMaxValue < mValu
[all...]

Completed in 65 milliseconds