Home
last modified time | relevance | path

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

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