Home
last modified time | relevance | path

Searched refs:lowIndex (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DPropertyValuesHolder.cpp68 int lowIndex = floor(fraction); in getValueFromData() local
69 fraction -= lowIndex; in getValueFromData()
72 mEvaluator->evaluate(&value, mDataSource[lowIndex], mDataSource[lowIndex + 1], fraction); in getValueFromData()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatTextViewAutoSizeHelper.java648 int lowIndex = bestSizeIndex + 1; in findLargestTextSizeWhichFits() local
651 while (lowIndex <= highIndex) { in findLargestTextSizeWhichFits()
652 sizeToTryIndex = (lowIndex + highIndex) / 2; in findLargestTextSizeWhichFits()
654 bestSizeIndex = lowIndex; in findLargestTextSizeWhichFits()
655 lowIndex = sizeToTryIndex + 1; in findLargestTextSizeWhichFits()
/frameworks/base/core/java/android/widget/
DTextView.java8702 int lowIndex = bestSizeIndex + 1; in findLargestTextSizeWhichFits() local
8705 while (lowIndex <= highIndex) { in findLargestTextSizeWhichFits()
8706 sizeToTryIndex = (lowIndex + highIndex) / 2; in findLargestTextSizeWhichFits()
8708 bestSizeIndex = lowIndex; in findLargestTextSizeWhichFits()
8709 lowIndex = sizeToTryIndex + 1; in findLargestTextSizeWhichFits()