Searched refs:aperture (Results 1 – 3 of 3) sorted by relevance
153 public final float aperture; field in ExifInterfaceTest.ExpectedValue213 aperture = typedArray.getFloat(index++, 0f); in ExpectedValue()374 assertFloatTag(exifInterface, ExifInterface.TAG_F_NUMBER, expectedValue.aperture); in compareWithExpectedValue()
1082 String aperture = exif.getAttribute(ExifInterface.TAG_APERTURE); in checkExtraExifTagsSucceeds() local1083 passedSoFar = expectNotNull("Exif TAG_APERTURE is null!", logBuf, aperture); in checkExtraExifTagsSucceeds()1085 double apertureValue = Double.parseDouble(aperture); in checkExtraExifTagsSucceeds()1086 passedSoFar = expectTrue("Exif TAG_APERTURE value " + aperture + " should be positive!", in checkExtraExifTagsSucceeds()
3604 for (float aperture : supportedApertures) { in getAvailableAperturesForResult()3605 allApertures.add(aperture); in getAvailableAperturesForResult()3625 for (float aperture: apertures) { in getAvailableAperturesForResult()3626 allApertures.add(aperture); in getAvailableAperturesForResult()