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

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequestParcelable.java61 public double getRadius() { method in class:GeofenceHardwareRequestParcelable
62 return mRequest.getRadius();
144 parcel.writeDouble(getRadius());
H A DGeofenceHardwareRequest.java123 public double getRadius() { method in class:GeofenceHardwareRequest
H A DGeofenceHardware.java247 geofenceRequest.getLongitude(), geofenceRequest.getRadius(),
/frameworks/base/services/java/com/android/server/location/
H A DGeofenceState.java72 boolean inside = mDistanceToCenter <= Math.max(mFence.getRadius(), location.getAccuracy());
95 return Math.abs(mFence.getRadius() - mDistanceToCenter);
/frameworks/base/location/java/android/location/
H A DGeofence.java76 public float getRadius() { method in class:Geofence
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DPointCloud.java54 public float getRadius() { method in class:PointCloud.WaveManager
101 public float getRadius() { method in class:PointCloud.GlowManager
/frameworks/base/services/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp301 jmethodID getRadius = env->GetMethodID(geofenceRequestClass, "getRadius", "()D"); local
302 circle.radius_m = env->CallDoubleMethod(geofenceRequestObject, getRadius);

Completed in 130 milliseconds