Searched refs:getSampleFactor (Results 1 – 1 of 1) sorted by relevance
129 options.inSampleSize = getSampleFactor(region.width(), region.height()); in doInBackground()135 options.inSampleSize = getSampleFactor(region.height(), region.width()); in doInBackground()288 private int getSampleFactor(int width, int height) { in getSampleFactor() method in ZoomView