Home
last modified time | relevance | path

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

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