Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DChoreographerTest.java210 .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()
DViewUnbufferedTest.java97 public void doFrame(long l) {
/cts/tests/tests/media/src/android/media/cts/
DPresentationSyncTest.java344 public void doFrame(long frameTimeNanos) { in doFrame() method in PresentationSyncTest.ChoRunner
/cts/hostsidetests/graphics/framerateoverride/app/src/com/android/cts/graphics/framerateoverride/
DFrameRateOverrideTestActivity.java339 public void doFrame(long frameTimeNanos) { in doFrame() method in FrameRateOverrideTestActivity.ChoreographerFrameRateObserver.ChoreographerThread