Searched refs:highIndex (Results 1 – 2 of 2) sorted by relevance
58 const ssize_t highIndex = densities.add(ConfigDescription::DENSITY_HIGH); in TEST() local62 EXPECT_RULES_EQ(RuleGenerator::generateDensity(densities, highIndex), in TEST()81 const ssize_t highIndex = densities.add(ConfigDescription::DENSITY_HIGH); in TEST() local86 EXPECT_RULES_EQ(RuleGenerator::generateDensity(densities, highIndex), in TEST()
9490 int highIndex = sizesCount - 1; in findLargestTextSizeWhichFits() local9492 while (lowIndex <= highIndex) { in findLargestTextSizeWhichFits()9493 sizeToTryIndex = (lowIndex + highIndex) / 2; in findLargestTextSizeWhichFits()9498 highIndex = sizeToTryIndex - 1; in findLargestTextSizeWhichFits()9499 bestSizeIndex = highIndex; in findLargestTextSizeWhichFits()