Searched refs:getRings (Results 1 – 6 of 6) sorted by relevance
90 ArrayList<Ring> testArray = ((ComplexMovementPath) mTestPath).getRings(); in testRings()107 Ring ring = ((ComplexMovementPath) mTestPath).getRings().get(ringIndex); in recordRingTestResults()119 public ArrayList<Ring> getRings() { in getRings() method in ComplexMovementTest120 return ((ComplexMovementPath) mTestPath).getRings(); in getRings()
218 public ArrayList<Ring> getRings() { in getRings() method in DataFragment219 return mManager.getRings(); in getRings()
79 mRenderer = new ComplexMovementRenderer(getActivity(), mActivity.getRings()); in onActivityCreated()148 for (Ring ring : mActivity.getRings()) { in setupUILoop()
364 public ArrayList<Ring> getRings() { in getRings() method in Manager365 return mComplexMovementTest.getRings(); in getRings()
279 public ArrayList<Ring> getRings() { in getRings() method in TestActivity280 return mDataFragment.getRings(); in getRings()
330 public ArrayList<Ring> getRings() { in getRings() method in ComplexMovementPath