Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DReferencePath.java33 private static final float MINIMUM_DISTANCE_FROM_WAYPOINT = (BuildConfig.DEBUG ? 0f : 3f); field in ReferencePath
119 coordinates) < MINIMUM_DISTANCE_FROM_WAYPOINT) { in validateWaypointDistance()