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.java645 int bestSizeIndex = 0; in findLargestTextSizeWhichFits() local
646 int lowIndex = bestSizeIndex + 1; in findLargestTextSizeWhichFits()
652 bestSizeIndex = lowIndex; in findLargestTextSizeWhichFits()
656 bestSizeIndex = highIndex; in findLargestTextSizeWhichFits()
660 return mAutoSizeTextSizesInPx[bestSizeIndex]; in findLargestTextSizeWhichFits()
/frameworks/base/core/java/android/widget/
DTextView.java8342 int bestSizeIndex = 0; in findLargestTextSizeWhichFits() local
8343 int lowIndex = bestSizeIndex + 1; in findLargestTextSizeWhichFits()
8349 bestSizeIndex = lowIndex; in findLargestTextSizeWhichFits()
8353 bestSizeIndex = highIndex; in findLargestTextSizeWhichFits()
8357 return mAutoSizeTextSizesInPx[bestSizeIndex]; in findLargestTextSizeWhichFits()