Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.java206 mDrawMonitor.notifyWhenDrawn(vsyncMillis, () -> { in onDraw()
272 public void notifyWhenDrawn(long contentVsyncMillis, Runnable runWhenDrawn) { in notifyWhenDrawn() method in DrawActivity.DrawMonitor