Searched refs:toIntConstrained (Results 1 – 1 of 1) sorted by relevance
191 toIntConstrained( in setZoomRatio()193 toIntConstrained( in setZoomRatio()307 int left = mCropRectangle.left + toIntConstrained( in legacyAreasToMeteringRectangles()309 int top = mCropRectangle.top + toIntConstrained( in legacyAreasToMeteringRectangles()311 int right = mCropRectangle.left + toIntConstrained( in legacyAreasToMeteringRectangles()313 int bottom = mCropRectangle.top + toIntConstrained( in legacyAreasToMeteringRectangles()322 private int toIntConstrained(double original, int min, int max) { in toIntConstrained() method in AndroidCamera2Settings