Searched refs:bestSizeIndex (Results 1 – 1 of 1) sorted by relevance
9473 int bestSizeIndex = 0; in findLargestTextSizeWhichFits() local9474 int lowIndex = bestSizeIndex + 1; in findLargestTextSizeWhichFits()9480 bestSizeIndex = lowIndex; in findLargestTextSizeWhichFits()9484 bestSizeIndex = highIndex; in findLargestTextSizeWhichFits()9488 return mAutoSizeTextSizesInPx[bestSizeIndex]; in findLargestTextSizeWhichFits()