Searched refs:sizesCount (Results 1 – 3 of 3) sorted by relevance
1277 int sizesCount = formatsMap.get(format); in getInternalFormatSizes() local1278 if ( ((!output || dataspace == HAL_DATASPACE_DEPTH) && sizesCount == 0) || in getInternalFormatSizes()1284 Size[] sizes = new Size[sizesCount]; in getInternalFormatSizes()1317 if (sizeIndex != sizesCount) { in getInternalFormatSizes()1319 "Too few sizes (expected " + sizesCount + ", actual " + sizeIndex + ")"); in getInternalFormatSizes()
625 final int sizesCount = mAutoSizeTextSizesInPx.length; in findLargestTextSizeWhichFits() local626 if (sizesCount == 0) { in findLargestTextSizeWhichFits()632 int highIndex = sizesCount - 1; in findLargestTextSizeWhichFits()
8318 final int sizesCount = mAutoSizeTextSizesInPx.length; in findLargestTextSizeWhichFits() local8319 if (sizesCount == 0) { in findLargestTextSizeWhichFits()8325 int highIndex = sizesCount - 1; in findLargestTextSizeWhichFits()