Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/
DZoomView.java129 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