/frameworks/native/libs/sensor/tests/ |
D | Sensor_test.cpp | 35 a.getMaxValue() == b.getMaxValue () && in sensorsMatch()
|
/frameworks/native/services/sensorservice/ |
D | LinearAccelerationSensor.cpp | 41 .maxRange = gsensor.getMaxValue(), in LinearAccelerationSensor()
|
D | CorrectedGyroSensor.cpp | 47 .maxRange = mGyro.getMaxValue(), in CorrectedGyroSensor()
|
/frameworks/native/services/sensorservice/hidl/ |
D | utils.cpp | 43 dst.maxRange = src.getMaxValue(); in convertSensor()
|
/frameworks/native/libs/sensor/include/sensor/ |
D | Sensor.h | 77 float getMaxValue() const;
|
/frameworks/base/core/java/android/widget/ |
D | NumberPicker.java | 1046 ? getValue() < getMaxValue() : getValue() > getMinValue())) { in dispatchKeyEvent() 1494 public int getMaxValue() { in getMaxValue() method in NumberPicker 2563 && (getWrapSelectorWheel() || getValue() < getMaxValue())) { in performAction() 2869 if (getWrapSelectorWheel() || getValue() < getMaxValue()) { in createAccessibilityNodeInfoForNumberPicker() 2885 return getWrapSelectorWheel() || getValue() < getMaxValue(); in hasVirtualIncrementButton()
|
D | TimePickerSpinnerDelegate.java | 121 int maxValue = mMinuteSpinner.getMaxValue(); in TimePickerSpinnerDelegate()
|
D | DatePickerSpinnerDelegate.java | 547 mMonthSpinner.getMinValue(), mMonthSpinner.getMaxValue() + 1); in updateSpinners()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 1798 if (oldColorSpace.getMaxValue(i) > newColorSpace.getMaxValue(i)) { in setColorSpace() 1868 return Math.max(Math.min(value, cs.getMaxValue(index)), cs.getMinValue(index)); in clamp()
|
D | ColorSpace.java | 1031 public abstract float getMaxValue(@IntRange(from = 0, to = 3) int component); in getMaxValue() method in ColorSpace 1938 public float getMaxValue(@IntRange(from = 0, to = 3) int component) { in getMaxValue() method in ColorSpace.Xyz 1989 public float getMaxValue(@IntRange(from = 0, to = 3) int component) { in getMaxValue() method in ColorSpace.Lab 3077 public float getMaxValue(int component) { in getMaxValue() method in ColorSpace.Rgb
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiScoreCard.java | 718 this.maxValue = stats.getMaxValue(); in PerUnivariateStatistic() 747 maxValue = Math.max(maxValue, stats.getMaxValue()); in merge()
|
/frameworks/native/libs/sensor/ |
D | Sensor.cpp | 367 float Sensor::getMaxValue() const { in getMaxValue() function in android::Sensor
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiScoreCardTest.java | 308 assertEquals(384.0, signal.getLinkspeed().getMaxValue(), TOL); in testAccessPointSerialization()
|
/frameworks/base/core/jni/ |
D | android_hardware_SensorManager.cpp | 172 env->SetFloatField(sensor, sensorOffsets.range, nativeSensor.getMaxValue()); in translateNativeSensorToJavaSensor()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 14027 method public abstract float getMaxValue(@IntRange(from=0, to=3) int); 14110 method public float getMaxValue(int); 57497 method public int getMaxValue();
|
/frameworks/base/api/ |
D | current.txt | 14027 method public abstract float getMaxValue(@IntRange(from=0, to=3) int); 14110 method public float getMaxValue(int); 57641 method public int getMaxValue();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 7997 HSPLandroid/icu/impl/UBiDiProps;->getMaxValue(I)I 8028 HSPLandroid/icu/impl/UCharacterProperty$BiDiIntProperty;->getMaxValue(I)I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 37889 method public int getMaxValue();
|