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