Home | History | Annotate | Download | only in contacts

Lines Matching refs:dimension

1043             // The smaller dimension of a scaled bitmap can range from anywhere from 0 to just
1047 final int dimension = Math.min(height, width);
1048 bitmap = ThumbnailUtils.extractThumbnail(bitmap, dimension, dimension);