Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalImage.java180 private String mLocalFilePath; field in LocalImage.LocalImageRequest
186 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.LocalLargeImageRequest
228 mLocalFilePath = localFilePath; in LocalLargeImageRequest()
233 return DecodeUtils.createBitmapRegionDecoder(jc, mLocalFilePath, false); in run()
DLocalVideo.java160 private String mLocalFilePath; field in LocalVideo.LocalVideoRequest
166 mLocalFilePath = localFilePath; in LocalVideoRequest()
171 Bitmap bitmap = BitmapUtils.createVideoThumbnail(mLocalFilePath); in onDecodeOriginal()