Searched refs:rightAspectRatio (Results 1 – 1 of 1) sorted by relevance
1071 final float rightAspectRatio = right.width / (float) right.height; in compare() local1073 final float rightAspectRatioDiff = Math.abs(rightAspectRatio - mTargetAspectRatio); in compare()