Home
last modified time | relevance | path

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

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