Searched refs:presetValues (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatTextViewAutoSizeHelper.java446 private int[] cleanupAutoSizePresetSizes(int[] presetValues) { argument
447 final int presetValuesLength = presetValues.length;
449 return presetValues;
451 Arrays.sort(presetValues);
455 final int currentPresetValue = presetValues[i];
464 return presetValues;
/frameworks/base/core/java/android/widget/
H A DTextView.java1909 private int[] cleanupAutoSizePresetSizes(int[] presetValues) { argument
1910 final int presetValuesLength = presetValues.length;
1912 return presetValues;
1914 Arrays.sort(presetValues);
1918 final int currentPresetValue = presetValues[i];
1927 ? presetValues

Completed in 57 milliseconds