Home
last modified time | relevance | path

Searched refs:mCachedLocationDistanceM (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/location/geofence/
H A DGeofenceManager.java129 private float mCachedLocationDistanceM; field in GeofenceManager.GeofenceRegistration
222 mCachedLocationDistanceM = mCenter.distanceTo(mCachedLocation); in getDistanceToBoundary()
225 return Math.abs(mGeofence.getRadius() - mCachedLocationDistanceM); in getDistanceToBoundary()
236 mCachedLocationDistanceM = mCenter.distanceTo(mCachedLocation); in onLocationChanged()
240 if (mCachedLocationDistanceM <= radius) { in onLocationChanged()