Searched refs:bestSizeIndex (Results 1 – 2 of 2) sorted by relevance
630 int bestSizeIndex = 0; in findLargestTextSizeWhichFits() local631 int lowIndex = bestSizeIndex + 1; in findLargestTextSizeWhichFits()637 bestSizeIndex = lowIndex; in findLargestTextSizeWhichFits()641 bestSizeIndex = highIndex; in findLargestTextSizeWhichFits()645 return mAutoSizeTextSizesInPx[bestSizeIndex]; in findLargestTextSizeWhichFits()
8323 int bestSizeIndex = 0; in findLargestTextSizeWhichFits() local8324 int lowIndex = bestSizeIndex + 1; in findLargestTextSizeWhichFits()8330 bestSizeIndex = lowIndex; in findLargestTextSizeWhichFits()8334 bestSizeIndex = highIndex; in findLargestTextSizeWhichFits()8338 return mAutoSizeTextSizesInPx[bestSizeIndex]; in findLargestTextSizeWhichFits()