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

/frameworks/base/location/java/android/location/
H A DLocation.java98 private double mLat1 = 0.0; field in class:Location
426 if (mLatitude != mLat1 || mLongitude != mLon1 ||
430 mLat1 = mLatitude;
454 if (mLatitude != mLat1 || mLongitude != mLon1 ||
458 mLat1 = mLatitude;

Completed in 45 milliseconds