Home
last modified time | relevance | path

Searched refs:widthPercentage (Results 1 – 1 of 1) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DTransformationUtils.java93 final float widthPercentage = width / (float) toFit.getWidth(); in fitCenter() local
95 final float minPercentage = Math.min(widthPercentage, heightPercentage); in fitCenter()