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/Messaging/src/com/android/messaging/util/exif/
ExifParser.java
126
public static final int
OPTION_IFD_INTEROPERABILITY
= 1 << 4;
193
return (mOptions &
OPTION_IFD_INTEROPERABILITY
) != 0;
256
| OPTION_IFD_EXIF | OPTION_IFD_GPS |
OPTION_IFD_INTEROPERABILITY
[
all
...]
Completed in 37 milliseconds