Home
last modified time | relevance | path

Searched refs:presetValuesLength (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatTextViewAutoSizeHelper.java447 final int presetValuesLength = presetValues.length; in cleanupAutoSizePresetSizes() local
448 if (presetValuesLength == 0) { in cleanupAutoSizePresetSizes()
454 for (int i = 0; i < presetValuesLength; i++) { in cleanupAutoSizePresetSizes()
463 if (presetValuesLength == uniqueValidSizes.size()) { in cleanupAutoSizePresetSizes()
/frameworks/base/core/java/android/widget/
DTextView.java1910 final int presetValuesLength = presetValues.length; in cleanupAutoSizePresetSizes() local
1911 if (presetValuesLength == 0) { in cleanupAutoSizePresetSizes()
1917 for (int i = 0; i < presetValuesLength; i++) { in cleanupAutoSizePresetSizes()
1926 return presetValuesLength == uniqueValidSizes.size() in cleanupAutoSizePresetSizes()