Searched refs:bestSizeIndex (Results 1 – 1 of 1) sorted by relevance
9488 int bestSizeIndex = 0; in findLargestTextSizeWhichFits() local9489 int lowIndex = bestSizeIndex + 1; in findLargestTextSizeWhichFits()9495 bestSizeIndex = lowIndex; in findLargestTextSizeWhichFits()9499 bestSizeIndex = highIndex; in findLargestTextSizeWhichFits()9503 return mAutoSizeTextSizesInPx[bestSizeIndex]; in findLargestTextSizeWhichFits()