Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatTextViewAutoSizeHelper.java454 final int[] cleanedUpSizes = new int[uniqueValidSizesLength]; in cleanupAutoSizePresetSizes() local
456 cleanedUpSizes[i] = uniqueValidSizes.get(i); in cleanupAutoSizePresetSizes()
458 return cleanedUpSizes; in cleanupAutoSizePresetSizes()