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.java1505 int sizesCount = formatsMap.get(format); in getInternalFormatSizes() local
1508 dataspace == HAL_DATASPACE_HEIF)) && sizesCount == 0) || in getInternalFormatSizes()
1516 Size[] sizes = new Size[sizesCount]; in getInternalFormatSizes()
1556 if ((sizeIndex != sizesCount) && (dataspace == HAL_DATASPACE_DYNAMIC_DEPTH || in getInternalFormatSizes()
1559 if (sizeIndex > sizesCount) { in getInternalFormatSizes()
1561 "Too many dynamic depth sizes (expected " + sizesCount + ", actual " + in getInternalFormatSizes()
1570 } else if (sizeIndex != sizesCount) { in getInternalFormatSizes()
1572 "Too few sizes (expected " + sizesCount + ", actual " + sizeIndex + ")"); in getInternalFormatSizes()
/frameworks/base/core/java/android/widget/
DTextView.java9608 final int sizesCount = mAutoSizeTextSizesInPx.length; in findLargestTextSizeWhichFits() local
9609 if (sizesCount == 0) { in findLargestTextSizeWhichFits()
9615 int highIndex = sizesCount - 1; in findLargestTextSizeWhichFits()