OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mReferencePath
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
Manager.java
50
private ReferencePath
mReferencePath
= new ReferencePath();
128
mReferencePath
.createWaypointAndAddToPath(coordinates, userGenerated, mLap);
130
float[] initialCoords =
mReferencePath
.getPathMarkers().get(0).getCoordinates();
149
if (
mReferencePath
.getPathMarkersSize() == MAX_MARKER_NUMBER) {
177
resetTest =
mReferencePath
.removeLastMarker();
200
mAccuracyTest = new AccuracyTest(
mReferencePath
, mTestReport, this);
208
mRobustnessTest = new RobustnessTest(
mReferencePath
, mTestReport, this,
218
mComplexMovementTest = new ComplexMovementTest(
mReferencePath
, mTestReport, this);
262
mRemainingPath =
mReferencePath
.calculatePathRemaining();
292
if (
mReferencePath
.getCurrentPathSize() != 0)
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
Test.java
50
protected ReferencePath
mReferencePath
;
64
mReferencePath
= referencePath;
72
mReferencePathDistances = calculatePathDistance(
mReferencePath
.getCurrentPath(),
mReferencePath
.getPathMarkers());
131
for (int i = 0; i <
mReferencePath
.getPathMarkersSize(); i++) {
133
mReferencePath
.getPathMarkers().get(i).getCoordinates(),
148
if (markerDifference >
mReferencePath
.getFailureTolerance()) {
164
mReferencePath
.getPathMarkers().get(markerNumber).getCoordinates());
241
if (path >
mReferencePath
.getFailureTolerance()) {
Completed in 737 milliseconds