HomeSort by relevance Sort by last modified time
    Searched defs:latLong (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 70 final double[] latLong = new double[2];
76 item.getLatLong(latLong);
77 s.lat = latLong[0];
78 s.lng = latLong[1];
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]

Completed in 3813 milliseconds