OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exifinfo
(Results
1 - 1
of
1
) sorted by null
/pdk/apps/TestingCamera/src/com/android/testingcamera/
SnapshotDialogFragment.java
219
StringBuilder
exifInfo
= new StringBuilder();
220
exifInfo
.append("EXIF information for ").
222
exifInfo
.append("Size: ").
224
exifInfo
.append("Make: ").
226
exifInfo
.append("Model: ").
228
exifInfo
.append("Orientation: ").
230
exifInfo
.append("Aperture: ").
232
exifInfo
.append("Focal length: ").
234
exifInfo
.append("Exposure time: ").
236
exifInfo
.append("ISO: ")
[
all
...]
Completed in 1082 milliseconds