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;
139 offset += write(buffer, offset, mMaxValue);
176 offset += read(buffer, offset, &mMaxValue);
/frameworks/native/include/gui/
H A DSensor.h83 float mMaxValue; member in class:android::Sensor
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java268 private int mMaxValue; field in class:NumberPicker
1048 && selectorIndices[SELECTOR_MIDDLE_ITEM_INDEX] >= mMaxValue) {
1065 if (!mWrapSelectorWheel && selectorIndices[SELECTOR_MIDDLE_ITEM_INDEX] >= mMaxValue) {
1190 int current = mMaxValue;
1246 final boolean wrappingAllowed = (mMaxValue - mMinValue) >= mSelectorIndices.length;
1300 boolean wrapSelectorWheel = mMaxValue - mMinValue > mSelectorIndices.length;
1314 return mMaxValue;
1323 if (mMaxValue == maxValue) {
1329 mMaxValue = maxValue;
1330 if (mMaxValue < mValu
[all...]

Completed in 146 milliseconds