Searched refs:frameDelay (Results 1 – 2 of 2) sorted by relevance
255 int frameDelay) { in ChoreographedWrapper() argument258 mFrameDelay = frameDelay; in ChoreographedWrapper()272 int frameDelay) throws Throwable { in runTest() argument273 ChoreographedWrapper wrapper = new ChoreographedWrapper(obj, output, frameDelay); in runTest()286 private void runChoreographedTest(InputSurface output, int frameDelay) { in runChoreographedTest() argument312 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() argument342 mFrameDelay = frameDelay; in start()
338 final long frameDelay = 10; in testGetFrameDelay() local339 mActivityRule.runOnUiThread(() -> mValueAnimator.setFrameDelay(frameDelay)); in testGetFrameDelay()344 assertEquals(frameDelay, actualFrameDelay); in testGetFrameDelay()