OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OPTION_IFD_INTEROPERABILITY
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifParser.java
125
public static final int
OPTION_IFD_INTEROPERABILITY
= 1 << 4;
192
return (mOptions &
OPTION_IFD_INTEROPERABILITY
) != 0;
255
| OPTION_IFD_EXIF | OPTION_IFD_GPS |
OPTION_IFD_INTEROPERABILITY
[
all
...]
/packages/apps/Camera2/src/com/android/camera/exif/
ExifParser.java
125
public static final int
OPTION_IFD_INTEROPERABILITY
= 1 << 4;
192
return (mOptions &
OPTION_IFD_INTEROPERABILITY
) != 0;
255
| OPTION_IFD_EXIF | OPTION_IFD_GPS |
OPTION_IFD_INTEROPERABILITY
[
all
...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java
125
public static final int
OPTION_IFD_INTEROPERABILITY
= 1 << 4;
192
return (mOptions &
OPTION_IFD_INTEROPERABILITY
) != 0;
255
| OPTION_IFD_EXIF | OPTION_IFD_GPS |
OPTION_IFD_INTEROPERABILITY
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifParser.java
125
public static final int
OPTION_IFD_INTEROPERABILITY
= 1 << 4;
192
return (mOptions &
OPTION_IFD_INTEROPERABILITY
) != 0;
255
| OPTION_IFD_EXIF | OPTION_IFD_GPS |
OPTION_IFD_INTEROPERABILITY
[
all
...]
/packages/apps/Mms/src/com/android/mms/exif/
ExifParser.java
127
public static final int
OPTION_IFD_INTEROPERABILITY
= 1 << 4;
194
return (mOptions &
OPTION_IFD_INTEROPERABILITY
) != 0;
257
| OPTION_IFD_EXIF | OPTION_IFD_GPS |
OPTION_IFD_INTEROPERABILITY
[
all
...]
Completed in 185 milliseconds