Searched refs:MIN_LONGITUDE (Results 1 – 3 of 3) sorted by relevance
37 static final int MIN_LONGITUDE = -180; field in AfcEllipseLocation77 if (mLongitude < MIN_LONGITUDE) { in AfcEllipseLocation()78 mLongitude = MIN_LONGITUDE; in AfcEllipseLocation()143 } else if (mLongitude - semiMajorAxisDegrees < MIN_LONGITUDE && comparingLongitude > 0) { in checkLocation()
111 private static final double MIN_LONGITUDE = -180; field in ExerciseRoute.Location171 @FloatRange(from = MIN_LONGITUDE, to = MAX_LONGITUDE) double longitude, in Location()181 longitude, MIN_LONGITUDE, MAX_LONGITUDE, "Longitude"); in Location()323 @FloatRange(from = MIN_LONGITUDE, to = MAX_LONGITUDE)
195 double movingLongitudePoint = AfcEllipseLocation.MIN_LONGITUDE + 0.001; in testEllipseOverMaximumLongitude()200 movingLongitudePoint = AfcEllipseLocation.MIN_LONGITUDE + 4; in testEllipseOverMaximumLongitude()212 when(mLocation.getLongitude()).thenReturn(AfcEllipseLocation.MIN_LONGITUDE + 0.001); in testEllipseOverMinimumLongitude()