Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DPresentationSyncTest.java255 int frameDelay) { in ChoreographedWrapper() argument
258 mFrameDelay = frameDelay; in ChoreographedWrapper()
272 int frameDelay) throws Throwable { in runTest() argument
273 ChoreographedWrapper wrapper = new ChoreographedWrapper(obj, output, frameDelay); in runTest()
286 private void runChoreographedTest(InputSurface output, int frameDelay) { in runChoreographedTest() argument
312 handler.sendMessage(Message.obtain(handler, START_TEST, frameDelay, 0)); in runChoreographedTest()
314 Log.d(TAG, "looping (frameDelay=" + frameDelay + ")"); in runChoreographedTest()
316 Trace.beginSection("TEST BEGIN fd=" + frameDelay); in runChoreographedTest()
340 public void start(Handler handler, int frameDelay) { in start() argument
342 mFrameDelay = frameDelay; in start()
/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java338 final long frameDelay = 10; in testGetFrameDelay() local
339 mActivityRule.runOnUiThread(() -> mValueAnimator.setFrameDelay(frameDelay)); in testGetFrameDelay()
344 assertEquals(frameDelay, actualFrameDelay); in testGetFrameDelay()