HomeSort by relevance Sort by last modified time
    Searched full:widthpercentage (Results 1 - 1 of 1) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
TransformationUtils.java 84 final float widthPercentage = width / (float) toFit.getWidth();
86 final float minPercentage = Math.min(widthPercentage, heightPercentage);

Completed in 183 milliseconds