Searched refs:sampledWidth (Results 1 – 2 of 2) sorted by relevance
91 final int sampledWidth = options.outWidth / options.inSampleSize; in loadBitmapInternal() local93 return bitmapPool.decodeByteArray(thumbnail, options, sampledWidth, in loadBitmapInternal()
203 final int sampledWidth = (options.outWidth + options.inSampleSize - 1) / in loadBitmapInternal() local208 inputStream, options, sampledWidth, sampledHeight); in loadBitmapInternal()