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()
512 TextSize closestSize = null; in getTextSize() local522 closestSize = size; in getTextSize()525 return closestSize != null ? closestSize : TextSize.NORMAL; in getTextSize()
1353 int[] closestSize = {closestWidth, closestHeight}; in findClosestSizeFromList() local1354 return closestSize; in findClosestSizeFromList()
1437 Size closestSize = null; in findClosestSize() local1444 closestSize = size; in findClosestSize()1447 return closestSize; in findClosestSize()