HomeSort by relevance Sort by last modified time
    Searched refs:mMaxLatLatitude (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaSet.java 52 public double mMaxLatLatitude = LocationMediaFilter.LAT_MIN;
244 if (mMaxLatLatitude < itemLatitude) {
245 mMaxLatLatitude = itemLatitude;
ReverseGeocoder.java 122 double setMaxLatitude = set.mMaxLatLatitude;
124 if (Math.abs(set.mMaxLatLatitude - set.mMinLatLatitude) < Math.abs(set.mMaxLonLongitude - set.mMinLonLongitude)) {
GridLayer.java     [all...]

Completed in 35 milliseconds