Searched refs:mTestPath (Results 1 – 4 of 4) sorted by relevance
52 mTestPath = new RobustnessPath(openGlRotation); in RobustnessTest()65 if (mTestPath.getPathMarkersSize() == MAX_MARKER_NUMBER && !mResultsGiven) { in runAdditionalMethods()105 ArrayList<Long> markerTimeStamps = ((RobustnessPath) mTestPath).getMarkerTimeStamp(); in calculateTimeBetweenMarkers()106 for (int i = 1; i < ((RobustnessPath) mTestPath).getMarkerTimeStampSize(); i++) { in calculateTimeBetweenMarkers()121 mTestPath.getPathMarkers().get(markerLocation).getCoordinates()); in recordTimerTestResults()136 float failedRotations = ((RobustnessPath) mTestPath).getFailedRotationsSize(); in rotationTest()137 float totalRotations = ((RobustnessPath) mTestPath).getRobustnessPathRotationsSize(); in rotationTest()180 RotationData rotation = ((RobustnessPath) mTestPath).handleRotation( in getRotationData()207 return ((RobustnessPath) mTestPath).calculateTimeRemaining(); in getTimeRemaining()
46 … mTestPath = new ComplexMovementPath(mReferencePathDistances, mReferencePath.getCurrentPath()); in ComplexMovementTest()54 if (mTestPath.getPathMarkersSize() == MAX_MARKER_NUMBER && !mResultsGiven) { in runAdditionalMethods()76 Ring ring = ((ComplexMovementPath) mTestPath).hasRingBeenEntered(location); in checkIfARingHasBeenPassed()90 ArrayList<Ring> testArray = ((ComplexMovementPath) mTestPath).getRings(); in testRings()107 Ring ring = ((ComplexMovementPath) mTestPath).getRings().get(ringIndex); in recordRingTestResults()120 return ((ComplexMovementPath) mTestPath).getRings(); in getRings()
51 protected Path mTestPath; field in Test71 mTestPath = new AccuracyPath(); in Test()89 mTestPath.createWaypointAndAddToPath(coordinates, userGenerated, currentLap); in addWaypointDataToPath()104 return mTestPath.removeLastMarker(); in removeLastAddedMarker()134 mTestPath.getPathMarkers().get(i).getCoordinates()); in markerTest()166 mTestPath.getPathMarkers().get(markerNumber).getCoordinates()); in recordMarkerTestResults()181 …mTestPathDistances = calculatePathDistance(mTestPath.getCurrentPath(), mTestPath.getPathMarkers()); in pathTest()270 return mTestPath.getPathMarkers(); in getTestPathMarkers()277 return mTestPath.getPathMarkers().size(); in getTestPathMarkersSize()
46 if (mTestPath.getPathMarkersSize() == MAX_MARKER_NUMBER && !resultsGiven) { in runAdditionalMethods()