Searched refs:CALLBACK_COMMIT (Results 1 – 12 of 12) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/graphics/ |
H A D | SfVsyncFrameCallbackProvider.java | 47 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, runnable, null); in postCommitCallback()
|
/aosp14/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/ |
H A D | AttachedChoreographerTest.java | 313 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 D | CustomTestActivity.java | 65 Choreographer.CALLBACK_COMMIT, in onCreate()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | Choreographer.java | 269 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 D | SplashScreenExitAnimationUtils.java | 18 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 D | SurfaceAnimationRunnerTest.java | 209 mSurfaceAnimationRunner.mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, in waitUntilNextFrame()
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | AnimationHandler.java | 454 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, runnable, null); in postCommitCallback()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsControllerTest.java | 931 Choreographer.getMainThreadInstance().postCallback(Choreographer.CALLBACK_COMMIT, in waitUntilNextFrame()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipTaskOrganizer.java | 247 Choreographer.getInstance().postCallback(Choreographer.CALLBACK_COMMIT, () -> { in finishResizeDelayedIfNeeded()
|
/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillManager.java | 1230 Choreographer.getInstance().postCallback(Choreographer.CALLBACK_COMMIT, () -> { in onVisibleForAutofill()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityThread.java | 1876 choreographer.postCallback(Choreographer.CALLBACK_COMMIT, r, null); in scheduleTrimMemory()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 59626 Landroid/view/Choreographer;->CALLBACK_COMMIT:I
|