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