Searched refs:mCenterLeeway (Results 1 – 1 of 1) sorted by relevance
46 double mCenterLeeway; field in AfcEllipseLocation69 mCenterLeeway = centerLeeway; in AfcEllipseLocation()73 mLongitude = random.nextDouble() * (2 * mCenterLeeway) + (location.getLongitude() in AfcEllipseLocation()74 - mCenterLeeway); in AfcEllipseLocation()84 mLatitude = random.nextDouble() * (2 * mCenterLeeway) + (location.getLatitude() in AfcEllipseLocation()85 - mCenterLeeway); in AfcEllipseLocation()