Home
last modified time | relevance | path

Searched refs:getMinValue (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/controls/templates/
H A DRangeTemplate.java106 public float getMinValue() { in getMinValue() method in RangeTemplate
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobConcurrencyManager.java2387 final int minTop = getMinValue(properties, in update()
2393 final int minFgs = getMinValue(properties, in update()
2399 final int minUi = getMinValue(properties, in update()
2405 final int minEj = getMinValue(properties, in update()
2411 final int minBg = getMinValue(properties, in update()
2417 final int minBgUserImp = getMinValue(properties, in update()
2423 final int minBgUser = getMinValue(properties, in update()
2446 private int getMinValue(@NonNull DeviceConfig.Properties properties, @NonNull String key, in getMinValue() method in WorkTypeConfig
/aosp14/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1046 ? getValue() < getMaxValue() : getValue() > getMinValue())) { in dispatchKeyEvent()
1457 public int getMinValue() { in getMinValue() method in NumberPicker
2572 && (getWrapSelectorWheel() || getValue() > getMinValue())) { in performAction()
2878 if (getWrapSelectorWheel() || getValue() > getMinValue()) { in createAccessibilityNodeInfoForNumberPicker()
2889 return getWrapSelectorWheel() || getValue() > getMinValue(); in hasVirtualDecrementButton()
H A DTimePickerSpinnerDelegate.java120 int minValue = mMinuteSpinner.getMinValue(); in TimePickerSpinnerDelegate()
H A DDatePickerSpinnerDelegate.java548 mMonthSpinner.getMinValue(), mMonthSpinner.getMaxValue() + 1); in updateSpinners()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1930 if (oldColorSpace.getMinValue(i) < newColorSpace.getMinValue(i)) { in setColorSpace()
2034 return Math.max(Math.min(value, cs.getMaxValue(index)), cs.getMinValue(index)); in clamp()
H A DColorSpace.java1059 public abstract float getMinValue(@IntRange(from = 0, to = 3) int component); in getMinValue() method in ColorSpace
2037 public float getMinValue(@IntRange(from = 0, to = 3) int component) {
2088 public float getMinValue(@IntRange(from = 0, to = 3) int component) {
3237 public float getMinValue(int component) { in getMinValue() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DToggleRangeBehavior.kt306 var f = rangeTemplate.getMinValue()
/aosp14/frameworks/base/packages/CredentialManager/
H A Dprofile.txt.prof4777 HSPLandroidx/compose/ui/graphics/colorspace/Oklab;->getMinValue(I)F
4837 HSPLandroidx/compose/ui/graphics/colorspace/Rgb;->getMinValue(I)F
4862 HSPLandroidx/compose/ui/graphics/colorspace/Xyz;->getMinValue(I)F
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt15376 method public abstract float getMinValue(@IntRange(from=0, to=3) int);
15461 method public float getMinValue(int);
40519 method public float getMinValue();
59174 method public int getMinValue();