Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatTextViewAutoSizeHelper.java434 final int presetValuesLength = presetValues.length; in cleanupAutoSizePresetSizes() local
435 if (presetValuesLength == 0) { in cleanupAutoSizePresetSizes()
441 for (int i = 0; i < presetValuesLength; i++) { in cleanupAutoSizePresetSizes()
450 if (presetValuesLength == uniqueValidSizes.size()) { in cleanupAutoSizePresetSizes()
/frameworks/base/core/java/android/widget/
DTextView.java2007 final int presetValuesLength = presetValues.length;
2008 if (presetValuesLength == 0) {
2014 for (int i = 0; i < presetValuesLength; i++) {
2023 return presetValuesLength == uniqueValidSizes.size()