Searched refs:currentAR (Results 1 – 1 of 1) sorted by relevance
1634 float currentAR = ((float) sz.getWidth()) / sz.getHeight(); in findSmallestAspectMatchedSize() local1635 if (Math.abs(currentAR - targetAR) <= TOLL) { in findSmallestAspectMatchedSize()