Searched refs:doFrame (Results 1 – 4 of 4) sorted by relevance
210 .doFrame(frameTimeNanosCaptor1.capture()); in testPostFrameCallbackWithoutDelay()211 verify(addedFrameCallback2, times(1)).doFrame(frameTimeNanosCaptor2.capture()); in testPostFrameCallbackWithoutDelay()227 .doFrame(frameTimeNanosCaptor1.capture()); in testPostFrameCallbackWithoutDelay()228 verify(addedFrameCallback2, times(1)).doFrame(frameTimeNanosCaptor2.capture()); in testPostFrameCallbackWithoutDelay()262 .doFrame(frameTimeNanosCaptor.capture()); in testPostFrameCallbackWithDelay()
97 public void doFrame(long l) {
344 public void doFrame(long frameTimeNanos) { in doFrame() method in PresentationSyncTest.ChoRunner
339 public void doFrame(long frameTimeNanos) { in doFrame() method in FrameRateOverrideTestActivity.ChoreographerFrameRateObserver.ChoreographerThread