Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.java272 public void notifyWhenDrawn(long contentVsyncMillis, Runnable runWhenDrawn) { in notifyWhenDrawn() argument
274 mListeners.add(new Pair<>(contentVsyncMillis, runWhenDrawn)); in notifyWhenDrawn()