Searched refs:runWhenDrawn (Results 1 – 1 of 1) sorted by relevance
272 public void notifyWhenDrawn(long contentVsyncMillis, Runnable runWhenDrawn) { in notifyWhenDrawn() argument274 mListeners.add(new Pair<>(contentVsyncMillis, runWhenDrawn)); in notifyWhenDrawn()