Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DStreamConfigurationMap.java1277 int sizesCount = formatsMap.get(format); in getInternalFormatSizes() local
1278 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()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatTextViewAutoSizeHelper.java625 final int sizesCount = mAutoSizeTextSizesInPx.length; in findLargestTextSizeWhichFits() local
626 if (sizesCount == 0) { in findLargestTextSizeWhichFits()
632 int highIndex = sizesCount - 1; in findLargestTextSizeWhichFits()
/frameworks/base/core/java/android/widget/
DTextView.java8318 final int sizesCount = mAutoSizeTextSizesInPx.length; in findLargestTextSizeWhichFits() local
8319 if (sizesCount == 0) { in findLargestTextSizeWhichFits()
8325 int highIndex = sizesCount - 1; in findLargestTextSizeWhichFits()