Searched refs:closestHeight (Results 1 – 2 of 2) sorted by relevance
279 int closestHeight = -1; in findClosestSize() local290 size.height >= closestHeight) { in findClosestSize()292 closestHeight = size.height; in findClosestSize()303 closestHeight = smallestHeight; in findClosestSize()310 + closestHeight + ")."); in findClosestSize()312 int[] closestSize = {closestWidth, closestHeight}; in findClosestSize()
1327 int closestHeight = -1; in findClosestSizeFromList() local1338 size.height >= closestHeight) { in findClosestSizeFromList()1340 closestHeight = size.height; in findClosestSizeFromList()1351 closestHeight = smallestHeight; in findClosestSizeFromList()1353 int[] closestSize = {closestWidth, closestHeight}; in findClosestSizeFromList()