Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DRobustnessPath.java48 private ArrayList<RotationData> mPathRotations = new ArrayList<>(); field in RobustnessPath
250 mPathRotations.add(rotationData); in createRotation()
272 return mPathRotations.size(); in getRobustnessPathRotationsSize()
280 for (RotationData rotationObject : mPathRotations) { in getFailedRotationsSize()
293 for (RotationData rotationObject : mPathRotations) { in getPassedRotationsSize()