Searched refs:shortSide (Results 1 – 1 of 1) sorted by relevance
98 final float shortSide = Math.min(size.x, size.y); in getAspectRatio() local99 return longSide / shortSide; in getAspectRatio()