HomeSort by relevance Sort by last modified time
    Searched refs:mLocalFilePath (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 182 private String mLocalFilePath;
187 mLocalFilePath = localFilePath;
201 exif.readExif(mLocalFilePath);
204 Log.w(TAG, "failed to find file to read thumbnail: " + mLocalFilePath);
206 Log.w(TAG, "failed to get thumbnail from: " + mLocalFilePath);
215 return DecodeUtils.decodeThumbnail(jc, mLocalFilePath, options, targetSize, type);
226 String mLocalFilePath;
229 mLocalFilePath = localFilePath;
234 return DecodeUtils.createBitmapRegionDecoder(jc, mLocalFilePath, false);
LocalVideo.java 159 private String mLocalFilePath;
164 mLocalFilePath = localFilePath;
169 Bitmap bitmap = BitmapUtils.createVideoThumbnail(mLocalFilePath);

Completed in 147 milliseconds