Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DStreamConfigurationMap.java1502 int sizesCount = formatsMap.get(format); in getInternalFormatSizes() local
1505 dataspace == HAL_DATASPACE_HEIF)) && sizesCount == 0) || in getInternalFormatSizes()
1513 Size[] sizes = new Size[sizesCount]; in getInternalFormatSizes()
1553 if ((sizeIndex != sizesCount) && (dataspace == HAL_DATASPACE_DYNAMIC_DEPTH || in getInternalFormatSizes()
1556 if (sizeIndex > sizesCount) { in getInternalFormatSizes()
1558 "Too many dynamic depth sizes (expected " + sizesCount + ", actual " + in getInternalFormatSizes()
1567 } else if (sizeIndex != sizesCount) { in getInternalFormatSizes()
1569 "Too few sizes (expected " + sizesCount + ", actual " + sizeIndex + ")"); in getInternalFormatSizes()
/frameworks/base/core/java/android/widget/
DTextView.java9483 final int sizesCount = mAutoSizeTextSizesInPx.length; in findLargestTextSizeWhichFits() local
9484 if (sizesCount == 0) { in findLargestTextSizeWhichFits()
9490 int highIndex = sizesCount - 1; in findLargestTextSizeWhichFits()