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

  /packages/apps/Camera2/src/com/android/camera/data/
Location.java 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);
    [all...]
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java 29 private final double mLongitude;
47 this.mLongitude = longitude;
61 return mLongitude;
82 .setCircularRegion(mLatitude, mLongitude, mRadius)
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java 29 private final double mLongitude;
47 this.mLongitude = longitude;
61 return mLongitude;
82 .setCircularRegion(mLatitude, mLongitude, mRadius)
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
SimpleGeofence.java 29 private final double mLongitude;
47 this.mLongitude = longitude;
61 return mLongitude;
82 .setCircularRegion(mLatitude, mLongitude, mRadius)
  /frameworks/base/telephony/java/android/telephony/
CellIdentityCdma.java 45 private final int mLongitude;
61 mLongitude = Integer.MAX_VALUE;
81 mLongitude = lon;
89 mLongitude = cid.mLongitude;
126 return mLongitude;
142 return Objects.hash(mNetworkId, mSystemId, mBasestationId, mLatitude, mLongitude);
160 mLongitude == o.mLongitude;
169 sb.append(" mLongitude="); sb.append(mLongitude)
    [all...]
  /frameworks/base/location/java/android/location/
Geofence.java 35 private final double mLongitude;
56 mLongitude = longitude;
72 return mLongitude;
126 parcel.writeDouble(mLongitude);
143 typeToString(mType), mLatitude, mLongitude, mRadius);
153 temp = Double.doubleToLongBits(mLongitude);
176 if (mLongitude != other.mLongitude)
Location.java 85 private double mLongitude = 0.0;
135 mLongitude = l.mLongitude;
156 mLongitude = 0;
432 if (mLatitude != mLat1 || mLongitude != mLon1 ||
433 dest.mLatitude != mLat2 || dest.mLongitude != mLon2) {
434 computeDistanceAndBearing(mLatitude, mLongitude,
435 dest.mLatitude, dest.mLongitude, mResults);
437 mLon1 = mLongitude;
439 mLon2 = dest.mLongitude;
    [all...]
Address.java 52 private double mLongitude;
340 return mLongitude;
350 mLongitude = longitude;
464 sb.append(mLongitude);
516 a.mLongitude = in.readDouble();
563 parcel.writeDouble(mLongitude);
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareRequest.java 33 private double mLongitude;
44 mLongitude = longitude;
142 return mLongitude;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
GEOLocationElement.java 55 private final RealValue mLongitude;
131 mLongitude = rawLonRes != 0 ?
159 return mLongitude;
178 ", mLongitude=" + mLongitude +
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.cpp 334 const double mLongitude;
339 mLatitude(lat), mLongitude(lon), mAccuracy(accur)
344 mAdapter->injectPosition(mLatitude, mLongitude, mAccuracy);
348 mLatitude, mLongitude, mAccuracy);
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 238 bool mLongitude;
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h 181 bool mLongitude;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.cpp 398 const double mLongitude;
403 mLatitude(lat), mLongitude(lon), mAccuracy(accur)
408 mAdapter->injectPosition(mLatitude, mLongitude, mAccuracy);
412 mLatitude, mLongitude, mAccuracy);
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.cpp 394 const double mLongitude;
399 mLatitude(lat), mLongitude(lon), mAccuracy(accur)
404 mAdapter->injectPosition(mLatitude, mLongitude, mAccuracy);
408 mLatitude, mLongitude, mAccuracy);
    [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc_eng.cpp 394 const double mLongitude;
399 mLatitude(lat), mLongitude(lon), mAccuracy(accur)
404 mAdapter->injectPosition(mLatitude, mLongitude, mAccuracy);
408 mLatitude, mLongitude, mAccuracy);
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 128 uint32_t mLongitude[GPS_VALUE_LENGTH];
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 1760 milliseconds