Searched defs:TAG_FLASH (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java178 public static final int TAG_FLASH = field in class:ExifInterface
461 * Constants for {@link TAG_FLASH} As the definition in Jeita EXIF 2.2
2220 mTagInfo.put(ExifInterface.TAG_FLASH,
/frameworks/base/media/java/android/media/
H A DExifInterface.java186 public static final String TAG_FLASH = "Flash"; field in class:ExifInterface
1028 new ExifTag(TAG_FLASH, 37385, IFD_FORMAT_USHORT),
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java1110 public static final String TAG_FLASH = "Flash"; field in class:ExifInterface
2400 * The flag used by {@link #TAG_FLASH} to indicate whether the flash is fired.
2404 * The flag used by {@link #TAG_FLASH} to indicate strobe return light is not detected.
2408 * The flag used by {@link #TAG_FLASH} to indicate strobe return light is detected.
2412 * The flag used by {@link #TAG_FLASH} to indicate the camera's flash mode is Compulsory flash
2420 * The flag used by {@link #TAG_FLASH} to indicate the camera's flash mode is Compulsory flash
2428 * The flag used by {@link #TAG_FLASH} to indicate the camera's flash mode is Auto.
2435 * The flag used by {@link #TAG_FLASH} to indicate no flash function is present.
2439 * The flag used by {@link #TAG_FLASH} to indicate red-eye reduction is supported.
3405 new ExifTag(TAG_FLASH, 3738
[all...]

Completed in 54 milliseconds