OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EVENT_NEW_TAG
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifParser.java
45
* case ExifParser.
EVENT_NEW_TAG
:
81
public static final int
EVENT_NEW_TAG
= 1;
265
* @see #
EVENT_NEW_TAG
285
return
EVENT_NEW_TAG
;
408
* If {@link #next()} return {@link #
EVENT_NEW_TAG
} or
412
* For {@link #
EVENT_NEW_TAG
}, the tag may not contain the value if the size
504
* When getting {@link #
EVENT_NEW_TAG
} in the tag area of IFD, the tag may
[
all
...]
/packages/apps/Camera2/src/com/android/camera/exif/
ExifParser.java
45
* case ExifParser.
EVENT_NEW_TAG
:
81
public static final int
EVENT_NEW_TAG
= 1;
265
* @see #
EVENT_NEW_TAG
285
return
EVENT_NEW_TAG
;
408
* If {@link #next()} return {@link #
EVENT_NEW_TAG
} or
412
* For {@link #
EVENT_NEW_TAG
}, the tag may not contain the value if the size
504
* When getting {@link #
EVENT_NEW_TAG
} in the tag area of IFD, the tag may
[
all
...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java
45
* case ExifParser.
EVENT_NEW_TAG
:
81
public static final int
EVENT_NEW_TAG
= 1;
265
* @see #
EVENT_NEW_TAG
285
return
EVENT_NEW_TAG
;
408
* If {@link #next()} return {@link #
EVENT_NEW_TAG
} or
412
* For {@link #
EVENT_NEW_TAG
}, the tag may not contain the value if the size
504
* When getting {@link #
EVENT_NEW_TAG
} in the tag area of IFD, the tag may
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifParser.java
45
* case ExifParser.
EVENT_NEW_TAG
:
81
public static final int
EVENT_NEW_TAG
= 1;
265
* @see #
EVENT_NEW_TAG
285
return
EVENT_NEW_TAG
;
408
* If {@link #next()} return {@link #
EVENT_NEW_TAG
} or
412
* For {@link #
EVENT_NEW_TAG
}, the tag may not contain the value if the size
504
* When getting {@link #
EVENT_NEW_TAG
} in the tag area of IFD, the tag may
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifParser.java
46
* case ExifParser.
EVENT_NEW_TAG
:
82
public static final int
EVENT_NEW_TAG
= 1;
266
* @see #
EVENT_NEW_TAG
286
return
EVENT_NEW_TAG
;
409
* If {@link #next()} return {@link #
EVENT_NEW_TAG
} or
413
* For {@link #
EVENT_NEW_TAG
}, the tag may not contain the value if the size
506
* When getting {@link #
EVENT_NEW_TAG
} in the tag area of IFD, the tag may
[
all
...]
Completed in 375 milliseconds