Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatTextViewAutoSizeHelper.java647 int bestSizeIndex = 0; in findLargestTextSizeWhichFits() local
648 int lowIndex = bestSizeIndex + 1; in findLargestTextSizeWhichFits()
654 bestSizeIndex = lowIndex; in findLargestTextSizeWhichFits()
658 bestSizeIndex = highIndex; in findLargestTextSizeWhichFits()
662 return mAutoSizeTextSizesInPx[bestSizeIndex]; in findLargestTextSizeWhichFits()
/frameworks/base/core/java/android/widget/
DTextView.java8701 int bestSizeIndex = 0; in findLargestTextSizeWhichFits() local
8702 int lowIndex = bestSizeIndex + 1; in findLargestTextSizeWhichFits()
8708 bestSizeIndex = lowIndex; in findLargestTextSizeWhichFits()
8712 bestSizeIndex = highIndex; in findLargestTextSizeWhichFits()
8716 return mAutoSizeTextSizesInPx[bestSizeIndex]; in findLargestTextSizeWhichFits()