Searched refs:flash (Results 1 – 5 of 5) sorted by relevance
66 camera_properties_utils.flash(props))
468 def flash(props): function
135 public final float flash; field in ExifInterfaceTest.ExpectedValue195 flash = typedArray.getFloat(index++, 0f); in ExpectedValue()353 assertFloatTag(exifInterface, ExifInterface.TAG_FLASH, expectedValue.flash); in compareWithExpectedValue()
3126 String flash = exif.getAttribute(ExifInterface.TAG_FLASH); in verifyJpegExifExtraTags() local3127 collector.expectNotNull("Exif TAG_FLASH shouldn't be null", flash); in verifyJpegExifExtraTags()
1091 String flash = exif.getAttribute(ExifInterface.TAG_FLASH); in checkExtraExifTagsSucceeds() local1092 passedSoFar = expectNotNull("Exif TAG_FLASH is null!", logBuf, flash); in checkExtraExifTagsSucceeds()