Searched refs:closestSize (Results 1 – 4 of 4) sorted by relevance
254 int closestSize[] = findClosestSize(mWidth, mHeight, mCameraParameters); in getCameraParameters() local255 mWidth = closestSize[0]; in getCameraParameters()256 mHeight = closestSize[1]; in getCameraParameters()312 int[] closestSize = {closestWidth, closestHeight}; in findClosestSize() local313 return closestSize; in findClosestSize()
493 TextSize closestSize = null; in getTextSize() local503 closestSize = size; in getTextSize()506 return closestSize != null ? closestSize : TextSize.NORMAL; in getTextSize()
1353 int[] closestSize = {closestWidth, closestHeight}; in findClosestSizeFromList() local1354 return closestSize; in findClosestSizeFromList()
1415 Size closestSize = null; in findClosestSize() local1422 closestSize = size; in findClosestSize()1425 return closestSize; in findClosestSize()