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()
139 offset += write(buffer, offset, mMaxValue); in flatten()
176 offset += read(buffer, offset, &mMaxValue); in unflatten()
/frameworks/base/core/java/android/widget/
DNumberPicker.java268 private int mMaxValue; field in NumberPicker
1048 && selectorIndices[SELECTOR_MIDDLE_ITEM_INDEX] >= mMaxValue) { in scrollBy()
1065 if (!mWrapSelectorWheel && selectorIndices[SELECTOR_MIDDLE_ITEM_INDEX] >= mMaxValue) { in scrollBy()
1190 int current = mMaxValue; in tryComputeMaxWidth()
1246 final boolean wrappingAllowed = (mMaxValue - mMinValue) >= mSelectorIndices.length; in setWrapSelectorWheel()
1305 boolean wrapSelectorWheel = mMaxValue - mMinValue > mSelectorIndices.length; in setMinValue()
1319 return mMaxValue; in getMaxValue()
1333 if (mMaxValue == maxValue) { in setMaxValue()
1339 mMaxValue = maxValue; in setMaxValue()
1340 if (mMaxValue < mValue) { in setMaxValue()
[all …]
/frameworks/native/include/gui/
DSensor.h83 float mMaxValue; variable