Home
last modified time | relevance | path

Searched defs:ring (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DComplexMovementTest.java76 Ring ring = ((ComplexMovementPath) mTestPath).hasRingBeenEntered(location); in checkIfARingHasBeenPassed() local
107 Ring ring = ((ComplexMovementPath) mTestPath).getRings().get(ringIndex); in recordRingTestResults() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Interfaces/
DComplexMovementListener.java24 void onRingEntered(Ring ring); in onRingEntered()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DComplexMovementFragment.java193 public void onRingEntered(Ring ring) { in onRingEntered()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DComplexMovementRenderer.java198 public void onRingEntered(Ring ring) { in onRingEntered()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DManager.java92 public void ringEntered(Ring ring) { in ringEntered()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DComplexMovementPath.java300 private boolean checkCollision(Ring ring, float[] location) { in checkCollision()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
DTestActivity.java376 public void onRingEntered(Ring ring) { in onRingEntered()