Searched defs:latLong (Results 1 – 3 of 3) sorted by relevance
234 float[] latLong = new float[2]; in printExifTagsAndValues() local287 float[] latLong = new float[2]; in compareWithExpectedValue() local
1097 float[] latLong = new float[2]; in testGpsExifValues() local1099 assertEquals((float)latitude, latLong[0], 0.0001f); in testGpsExifValues() local1100 assertEquals((float)longitude, latLong[1], 0.0001f); in testGpsExifValues() local
281 float[] latLong = new float[2]; in testSingleImageThumbnail() local