Searched refs:flash (Results 1 – 5 of 5) sorted by relevance
30 its.caps.flash(props) and
258 def flash(props): function
99 public final float flash; field in ExifInterfaceTest.ExpectedValue142 flash = typedArray.getFloat(12, 0f); in ExpectedValue()301 assertFloatTag(exifInterface, ExifInterface.TAG_FLASH, expectedValue.flash); in compareWithExpectedValue()
2178 String flash = exif.getAttribute(ExifInterface.TAG_FLASH); in verifyJpegExifExtraTags() local2179 collector.expectNotNull("Exif TAG_FLASH shouldn't be null", flash); in verifyJpegExifExtraTags()
961 String flash = exif.getAttribute(ExifInterface.TAG_FLASH); in checkExtraExifTagsSucceeds() local962 passedSoFar = expectNotNull("Exif TAG_FLASH is null!", logBuf, flash); in checkExtraExifTagsSucceeds()