Searched refs:mLat1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/location/java/android/location/
H A DLocation.java76 private double mLat1 = 0.0; field in class:Location
411 if (mLatitude != mLat1 || mLongitude != mLon1 ||
415 mLat1 = mLatitude;
439 if (mLatitude != mLat1 || mLongitude != mLon1 ||
443 mLat1 = mLatitude;

Completed in 14 milliseconds