Home
last modified time | relevance | path

Searched defs:maxValue (Results 1 – 25 of 36) sorted by relevance

12

/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/observations/
DPrivateIndexCalculationsTest.java45 double maxValue = 6.0; in testDoubleToIndex_maxValue_equalsMaxIndex() local
59 double maxValue = 6.0; in testDoubleToIndex_minValue_equalsMinIndex() local
73 double maxValue = 6.0; in testDoubleToIndex_middleValue_equalsInteriorIndex() local
87 double maxValue = 6.0; in testDoubleToIndex_distanceAboveLambda_returnsUpperIndex() local
103 double maxValue = 6.0; in testDoubleToIndex_distanceBelowLambda_returnsLowerIndex() local
DPrivacyGeneratorStatisticalTest.java182 int numTrials, double value, double minValue, double maxValue, int numIndexPoints) { in doubleToIndexTest()
/packages/services/Car/libs/vehicle-hal-support-lib/src/com/android/car/hal/test/
DAidlVehiclePropConfigBuilder.java140 public AidlVehiclePropConfigBuilder addAreaConfig(int areaId, int minValue, int maxValue) { in addAreaConfig()
150 public AidlVehiclePropConfigBuilder addAreaConfig(int areaId, float minValue, float maxValue) { in addAreaConfig()
169 int minValue, int maxValue) { in addAreaConfig()
180 float minValue, float maxValue) { in addAreaConfig()
DHidlVehiclePropConfigBuilder.java106 public HidlVehiclePropConfigBuilder addAreaConfig(int areaId, int minValue, int maxValue) { in addAreaConfig()
116 public HidlVehiclePropConfigBuilder addAreaConfig(int areaId, float minValue, float maxValue) { in addAreaConfig()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DMinMaxSupportedValueUnitTest.java28 Float maxValue = 1.2f; in testMinMaxSupportedValue() local
/packages/services/Car/car-lib/src/android/car/hardware/property/
DMinMaxSupportedValue.java40 public MinMaxSupportedValue(@Nullable T minValue, @Nullable T maxValue) { in MinMaxSupportedValue()
DAreaIdConfig.java59 int areaId, @Nullable T minValue, @Nullable T maxValue, List<T> supportedEnumValues, in AreaIdConfig()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/util/
DNoiseUtil.java33 public int applyNoiseToBestValue(int actualValue, int maxValue, ThreadLocalRandom random) { in applyNoiseToBestValue()
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/observations/
DPrivateIndexCalculations.java58 double maxValue, in doubleToIndex()
84 long maxValue, in longToIndex()
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/util/
DBitwiseUtilsTest.java216 public void maxValue() { in maxValue() method in BitwiseUtilsTest
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DGainBuilder.java41 GainBuilder setMaxValue(int maxValue) { in setMaxValue()
/packages/modules/NeuralNetworks/common/cpu_operations/
DLogSoftmax.cpp43 T maxValue = input[outer * axisSize * innerSize + inner]; in compute() local
DSoftmax.cpp63 float maxValue = -FLT_MAX; in softmaxSlowFloat32() local
138 T maxValue = std::is_same_v<T, int8_t> ? -128 : 0; in softmaxQuant8Impl() local
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DFlingSpringAnim.java44 float minVisChange, float minValue, float maxValue, float damping, float stiffness, in FlingSpringAnim()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DMultiScalePropertyFactory.java91 float maxValue = Math.max(mMaxOfOthers, newValue); in setValue() local
/packages/apps/Settings/src/com/android/settings/slices/
DSliceBroadcastReceiver.java158 final int maxValue = sliderController.getMax(); in handleSliderAction() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DFloatingMenuTransparencyPreferenceController.java147 final float maxValue = MAX_PROGRESS / PRECISION; in getTransparency() local
/packages/modules/Profiling/service/java/com/android/os/profiling/
DConfigs.java564 int maxValue, @Nullable Bundle params) { in getWithinBounds()
603 int maxValue, @Nullable Bundle bundle) { in getAndRemoveWithinBounds()
621 long maxValue, @Nullable Bundle bundle) { in getAndRemoveWithinBounds()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAnimUtils.java261 public ClampedProperty(FloatProperty<T> property, float minValue, float maxValue) { in ClampedProperty()
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/util/
DBitwiseUtils.java209 public static long maxValue(int bitCount, boolean signedValue) { in maxValue() method in BitwiseUtils
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioPolicyVolumeCallback.java176 int maxValue = Math.min(currentVolume + 1, in evaluateVolumeAdjustmentInternal() local
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/registry/
DRegistryValidator.java259 long maxValue) { in validateMinAndMaxValues()
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsQueryScheduler.java231 private static int boundedLeftShift(int value, int shift, int maxValue) { in boundedLeftShift()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java1525 Object maxValue = maxRawPropertyValue.getTypedValue(); in validateValueRange() local
1527 carPropertyConfig.getPropertyType(), valueToSet, maxValue), in validateValueRange() local
1533 valueToSet, maxValue); in validateValueRange() local
/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyConfig.java535 private AreaConfig(T minValue, T maxValue) { in AreaConfig()

12