Searched refs:flash (Results 1 – 5 of 5) sorted by relevance
34 its.caps.flash(props))
270 def flash(props): function
125 public final float flash; field in ExifInterfaceTest.ExpectedValue185 flash = typedArray.getFloat(index++, 0f); in ExpectedValue()341 assertFloatTag(exifInterface, ExifInterface.TAG_FLASH, expectedValue.flash); in compareWithExpectedValue()
2602 String flash = exif.getAttribute(ExifInterface.TAG_FLASH); in verifyJpegExifExtraTags() local2603 collector.expectNotNull("Exif TAG_FLASH shouldn't be null", flash); in verifyJpegExifExtraTags()
1060 String flash = exif.getAttribute(ExifInterface.TAG_FLASH); in checkExtraExifTagsSucceeds() local1061 passedSoFar = expectNotNull("Exif TAG_FLASH is null!", logBuf, flash); in checkExtraExifTagsSucceeds()