Searched defs:latLong (Results 1 – 4 of 4) sorted by relevance
228 float[] latLong = new float[2]; in printExifTagsAndValues() local291 float[] latLong = new float[2]; in compareWithExpectedValue() local
305 float[] latLong = new float[2]; in testImageCaptureWithoutLocation() local
291 float[] latLong = new float[2]; in testSingleImageThumbnail() local
1196 float[] latLong = new float[2]; in testGpsExifValues() local1198 assertEquals((float)latitude, latLong[0], 0.0001f); in testGpsExifValues() local1199 assertEquals((float)longitude, latLong[1], 0.0001f); in testGpsExifValues() local