Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DChoreoTestActivity.java94 public native ArrayList<Long> getFrameIntervals(); in getFrameIntervals() method in ChoreoTestActivity
DChoreoTest.java63 ArrayList<Long> intervals = activity.getFrameIntervals(); in choreoCallbackTimes()