Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/graphics/
H A DSfVsyncFrameCallbackProvider.java47 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, runnable, null); in postCommitCallback()
/aosp14/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/
H A DAttachedChoreographerTest.java313 sc.getChoreographer().postCallback(Choreographer.CALLBACK_COMMIT, in testPostCallback()
323 copyChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, in testPostCallback()
339 sc.getChoreographer().postCallbackDelayed(Choreographer.CALLBACK_COMMIT, in testPostCallbackDelayed()
349 copyChoreographer.postCallbackDelayed(Choreographer.CALLBACK_COMMIT, in testPostCallbackDelayed()
/aosp14/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
H A DCustomTestActivity.java65 Choreographer.CALLBACK_COMMIT, in onCreate()
/aosp14/frameworks/base/core/java/android/view/
H A DChoreographer.java269 public static final int CALLBACK_COMMIT = 4; field in Choreographer
271 private static final int CALLBACK_LAST = CALLBACK_COMMIT;
884 doCallbacks(Choreographer.CALLBACK_COMMIT, frameIntervalNanos); in doFrame()
924 if (callbackType == Choreographer.CALLBACK_COMMIT) { in doCallbacks()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashScreenExitAnimationUtils.java18 import static android.view.Choreographer.CALLBACK_COMMIT;
371 Choreographer.getSfInstance().postCallback(CALLBACK_COMMIT, in finish()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceAnimationRunnerTest.java209 mSurfaceAnimationRunner.mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, in waitUntilNextFrame()
/aosp14/frameworks/base/core/java/android/animation/
H A DAnimationHandler.java454 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, runnable, null); in postCommitCallback()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsControllerTest.java931 Choreographer.getMainThreadInstance().postCallback(Choreographer.CALLBACK_COMMIT, in waitUntilNextFrame()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTaskOrganizer.java247 Choreographer.getInstance().postCallback(Choreographer.CALLBACK_COMMIT, () -> { in finishResizeDelayedIfNeeded()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java1230 Choreographer.getInstance().postCallback(Choreographer.CALLBACK_COMMIT, () -> { in onVisibleForAutofill()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java1876 choreographer.postCallback(Choreographer.CALLBACK_COMMIT, r, null); in scheduleTrimMemory()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59626 Landroid/view/Choreographer;->CALLBACK_COMMIT:I