Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatTextViewAutoSizeHelper.java630 int bestSizeIndex = 0; in findLargestTextSizeWhichFits() local
631 int lowIndex = bestSizeIndex + 1; in findLargestTextSizeWhichFits()
637 bestSizeIndex = lowIndex; in findLargestTextSizeWhichFits()
641 bestSizeIndex = highIndex; in findLargestTextSizeWhichFits()
645 return mAutoSizeTextSizesInPx[bestSizeIndex]; in findLargestTextSizeWhichFits()
/frameworks/base/core/java/android/widget/
DTextView.java8323 int bestSizeIndex = 0; in findLargestTextSizeWhichFits() local
8324 int lowIndex = bestSizeIndex + 1; in findLargestTextSizeWhichFits()
8330 bestSizeIndex = lowIndex; in findLargestTextSizeWhichFits()
8334 bestSizeIndex = highIndex; in findLargestTextSizeWhichFits()
8338 return mAutoSizeTextSizesInPx[bestSizeIndex]; in findLargestTextSizeWhichFits()