Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DDocumentsContract.java718 final int widthSample = opts.outWidth / size.x; in getDocumentThumbnail() local
722 opts.inSampleSize = Math.min(widthSample, heightSample); in getDocumentThumbnail()