Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DComplexMovementPath.java148 int currentPath = 0; in addRingsToPath() local
151 currentPath++; in addRingsToPath()
155 mRings.add(createRing(referencePath, currentWaypoint, currentPath)); in addRingsToPath()
171 private Ring createRing(ArrayList<Waypoint> referencePath, Waypoint waypoint, int currentPath) { in createRing() argument
180 return new Ring(ringCenter, currentPath, pointRotation, rotatedRect); in createRing()