Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/
H A DAttachedChoreographerTest.java365 sc.getChoreographer().postVsyncCallback(data -> mTestCompleteSignal.countDown()); in testPostVsyncCallback()
374 copyChoreographer.postVsyncCallback(data -> mNoCallbackSignal.countDown()); in testPostVsyncCallback()
413 choreographer.postVsyncCallback(frameData -> { in verifyVsyncCallbacks()
/aosp14/frameworks/base/core/java/android/view/
H A DChoreographer.java546 public void postVsyncCallback(@NonNull VsyncCallback callback) { in postVsyncCallback() method in Choreographer
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt50154 method public void postVsyncCallback(@NonNull android.view.Choreographer.VsyncCallback);