Home | History | Annotate | Download | only in data

Lines Matching refs:mLongitude

31     private final double mLongitude;
35 mLongitude = longitude;
43 return mLongitude;
48 mLongitude);
53 && (mLatitude >= -90.0 && mLongitude <= 90.0)
54 && (mLongitude >= -180.0 && mLongitude <= 180.0);
76 if (Double.compare(location.mLongitude, mLongitude) != 0) {
89 temp = Double.doubleToLongBits(mLongitude);