Searched refs:mLocalFilePath (Results 1 – 2 of 2) sorted by relevance
180 private String mLocalFilePath; field in LocalImage.LocalImageRequest186 mLocalFilePath = localFilePath; in LocalImageRequest()200 exif.readExif(mLocalFilePath); in onDecodeOriginal()203 Log.w(TAG, "failed to find file to read thumbnail: " + mLocalFilePath); in onDecodeOriginal()205 Log.w(TAG, "failed to get thumbnail from: " + mLocalFilePath); in onDecodeOriginal()214 return DecodeUtils.decodeThumbnail(jc, mLocalFilePath, options, targetSize, type); in onDecodeOriginal()225 String mLocalFilePath; field in LocalImage.LocalLargeImageRequest228 mLocalFilePath = localFilePath; in LocalLargeImageRequest()233 return DecodeUtils.createBitmapRegionDecoder(jc, mLocalFilePath, false); in run()
160 private String mLocalFilePath; field in LocalVideo.LocalVideoRequest166 mLocalFilePath = localFilePath; in LocalVideoRequest()171 Bitmap bitmap = BitmapUtils.createVideoThumbnail(mLocalFilePath); in onDecodeOriginal()