/aosp14/frameworks/base/core/java/android/service/controls/templates/ |
H A D | RangeTemplate.java | 106 public float getMinValue() { in getMinValue() method in RangeTemplate
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobConcurrencyManager.java | 2387 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 D | NumberPicker.java | 1046 ? 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 D | TimePickerSpinnerDelegate.java | 120 int minValue = mMinuteSpinner.getMinValue(); in TimePickerSpinnerDelegate()
|
H A D | DatePickerSpinnerDelegate.java | 548 mMonthSpinner.getMinValue(), mMonthSpinner.getMaxValue() + 1); in updateSpinners()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Bitmap.java | 1930 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 D | ColorSpace.java | 1059 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 D | ToggleRangeBehavior.kt | 306 var f = rangeTemplate.getMinValue()
|
/aosp14/frameworks/base/packages/CredentialManager/ |
H A D | profile.txt.prof | 4777 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 15376 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();
|