OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EVENT_START_OF_IFD
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifParser.java
43
* case ExifParser.
EVENT_START_OF_IFD
:
76
public static final int
EVENT_START_OF_IFD
= 0;
264
* @see #
EVENT_START_OF_IFD
334
return
EVENT_START_OF_IFD
;
[
all
...]
/packages/apps/Camera2/src/com/android/camera/exif/
ExifParser.java
43
* case ExifParser.
EVENT_START_OF_IFD
:
76
public static final int
EVENT_START_OF_IFD
= 0;
264
* @see #
EVENT_START_OF_IFD
334
return
EVENT_START_OF_IFD
;
[
all
...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java
43
* case ExifParser.
EVENT_START_OF_IFD
:
76
public static final int
EVENT_START_OF_IFD
= 0;
264
* @see #
EVENT_START_OF_IFD
334
return
EVENT_START_OF_IFD
;
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifParser.java
43
* case ExifParser.
EVENT_START_OF_IFD
:
76
public static final int
EVENT_START_OF_IFD
= 0;
264
* @see #
EVENT_START_OF_IFD
334
return
EVENT_START_OF_IFD
;
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifParser.java
44
* case ExifParser.
EVENT_START_OF_IFD
:
77
public static final int
EVENT_START_OF_IFD
= 0;
265
* @see #
EVENT_START_OF_IFD
335
return
EVENT_START_OF_IFD
;
[
all
...]
Completed in 239 milliseconds