Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DPresentationSyncTest.java246 int frameDelay) { in ChoreographedWrapper() argument
249 mFrameDelay = frameDelay; in ChoreographedWrapper()
263 int frameDelay) throws Throwable { in runTest() argument
264 ChoreographedWrapper wrapper = new ChoreographedWrapper(obj, output, frameDelay); in runTest()
277 private void runChoreographedTest(InputSurface output, int frameDelay) { in runChoreographedTest() argument
303 handler.sendMessage(Message.obtain(handler, START_TEST, frameDelay, 0)); in runChoreographedTest()
305 Log.d(TAG, "looping (frameDelay=" + frameDelay + ")"); in runChoreographedTest()
307 Trace.beginSection("TEST BEGIN fd=" + frameDelay); in runChoreographedTest()
331 public void start(Handler handler, int frameDelay) { in start() argument
333 mFrameDelay = frameDelay; in start()
/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java325 final long frameDelay = 10; in testGetFrameDelay() local
326 mActivityRule.runOnUiThread(() -> mValueAnimator.setFrameDelay(frameDelay)); in testGetFrameDelay()
331 assertEquals(frameDelay, actualFrameDelay); in testGetFrameDelay()