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

  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaSet.java 59 public double mMaxLonLongitude = LocationMediaFilter.LON_MIN;
254 if (mMaxLonLongitude < itemLongitude) {
256 mMaxLonLongitude = itemLongitude;
ReverseGeocoder.java 124 if (Math.abs(set.mMaxLatLatitude - set.mMinLatLatitude) < Math.abs(set.mMaxLonLongitude - set.mMinLonLongitude)) {
128 setMaxLongitude = set.mMaxLonLongitude;
GridLayer.java     [all...]

Completed in 203 milliseconds