Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatTextViewAutoSizeHelper.java442 final int currentPresetValue = presetValues[i]; in cleanupAutoSizePresetSizes() local
444 if (currentPresetValue > 0 in cleanupAutoSizePresetSizes()
445 && Collections.binarySearch(uniqueValidSizes, currentPresetValue) < 0) { in cleanupAutoSizePresetSizes()
446 uniqueValidSizes.add(currentPresetValue); in cleanupAutoSizePresetSizes()
/frameworks/base/core/java/android/widget/
DTextView.java2015 final int currentPresetValue = presetValues[i];
2017 if (currentPresetValue > 0
2018 && uniqueValidSizes.binarySearch(currentPresetValue) < 0) {
2019 uniqueValidSizes.add(currentPresetValue);