Searched defs:mLocalFilePath (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalImage.java180 private String mLocalFilePath; field in class:LocalImage.LocalImageRequest
186 mLocalFilePath = localFilePath;
200 exif.readExif(mLocalFilePath);
203 Log.w(TAG, "failed to find file to read thumbnail: " + mLocalFilePath);
205 Log.w(TAG, "failed to get thumbnail from: " + mLocalFilePath);
214 return DecodeUtils.decodeThumbnail(jc, mLocalFilePath, options, targetSize, type);
225 String mLocalFilePath; field in class:LocalImage.LocalLargeImageRequest
228 mLocalFilePath = localFilePath;
233 return DecodeUtils.createBitmapRegionDecoder(jc, mLocalFilePath, false);
H A DLocalVideo.java160 private String mLocalFilePath; field in class:LocalVideo.LocalVideoRequest
166 mLocalFilePath = localFilePath;
171 Bitmap bitmap = BitmapUtils.createVideoThumbnail(mLocalFilePath);

Completed in 30 milliseconds