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()
595 TextSize closestSize = null; in getTextSize() local605 closestSize = size; in getTextSize()608 return closestSize != null ? closestSize : TextSize.NORMAL; in getTextSize()
1353 int[] closestSize = {closestWidth, closestHeight}; in findClosestSizeFromList() local1354 return closestSize; in findClosestSizeFromList()
1904 Size closestSize = null; in findClosestSize() local1911 closestSize = size; in findClosestSize()1914 return closestSize; in findClosestSize()