OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLocalFilePath
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java
180
private String
mLocalFilePath
;
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
;
228
mLocalFilePath
= localFilePath;
233
return DecodeUtils.createBitmapRegionDecoder(jc,
mLocalFilePath
, false);
LocalVideo.java
160
private String
mLocalFilePath
;
166
mLocalFilePath
= localFilePath;
171
Bitmap bitmap = BitmapUtils.createVideoThumbnail(
mLocalFilePath
);
Completed in 97 milliseconds