Searched refs:boundsAspect (Results 1 – 1 of 1) sorted by relevance
1038 float boundsAspect = ((float) screenBounds.width()) / screenBounds.height(); in aspectRatiosMatch() local1040 boolean matchWithinTolerance = Math.abs(insettedBitmapAspect - boundsAspect) < 0.1f; in aspectRatiosMatch()1043 + ", bounds: " + boundsAspect); in aspectRatiosMatch()