Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DChoreographer_Delegate.java73 thisChoreographer.doCallbacks(Choreographer.CALLBACK_COMMIT, frameTimeNanos, MS_16); in doFrame()
85 thisChoreographer.removeCallbacks(Choreographer.CALLBACK_COMMIT, null, null); in clearFrames()
/aosp12/frameworks/base/core/java/com/android/internal/graphics/
H A DSfVsyncFrameCallbackProvider.java46 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, runnable, null); in postCommitCallback()
/aosp12/frameworks/base/core/java/android/view/
H A DChoreographer.java260 public static final int CALLBACK_COMMIT = 4; field in Choreographer
262 private static final int CALLBACK_LAST = CALLBACK_COMMIT;
782 doCallbacks(Choreographer.CALLBACK_COMMIT, frameTimeNanos, frameIntervalNanos); in doFrame()
818 if (callbackType == Choreographer.CALLBACK_COMMIT) { in doCallbacks()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashScreenExitAnimation.java18 import static android.view.Choreographer.CALLBACK_COMMIT;
302 Choreographer.getSfInstance().postCallback(CALLBACK_COMMIT, in finish()
/aosp12/frameworks/base/core/java/android/animation/
H A DAnimationHandler.java253 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, runnable, null); in postCommitCallback()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceAnimationRunnerTest.java210 mSurfaceAnimationRunner.mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, in waitUntilNextFrame()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsControllerTest.java903 Choreographer.getMainThreadInstance().postCallback(Choreographer.CALLBACK_COMMIT, in waitUntilNextFrame()
/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java829 Choreographer.getInstance().postCallback(Choreographer.CALLBACK_COMMIT, () -> { in onVisibleForAutofill()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityThread.java1713 choreographer.postCallback(Choreographer.CALLBACK_COMMIT, r, null); in scheduleTrimMemory()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt62949 Landroid/view/Choreographer;->CALLBACK_COMMIT:I