Searched refs:CALLBACK_COMMIT (Results 1 – 10 of 10) sorted by relevance
/frameworks/layoutlib/bridge/src/android/view/ |
D | Choreographer_Delegate.java | 73 thisChoreographer.doCallbacks(Choreographer.CALLBACK_COMMIT, frameTimeNanos, MS_16); in doFrame() 85 thisChoreographer.removeCallbacks(Choreographer.CALLBACK_COMMIT, null, null); in clearFrames()
|
/frameworks/base/core/java/com/android/internal/graphics/ |
D | SfVsyncFrameCallbackProvider.java | 46 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, runnable, null); in postCommitCallback()
|
/frameworks/base/core/java/android/view/ |
D | Choreographer.java | 260 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()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | SplashScreenExitAnimation.java | 18 import static android.view.Choreographer.CALLBACK_COMMIT; 290 Choreographer.getSfInstance().postCallback(CALLBACK_COMMIT, in finish()
|
/frameworks/base/core/java/android/animation/ |
D | AnimationHandler.java | 253 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, runnable, null); in postCommitCallback()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SurfaceAnimationRunnerTest.java | 210 mSurfaceAnimationRunner.mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, in waitUntilNextFrame()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsControllerTest.java | 808 Choreographer.getMainThreadInstance().postCallback(Choreographer.CALLBACK_COMMIT, in waitUntilNextFrame()
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillManager.java | 829 Choreographer.getInstance().postCallback(Choreographer.CALLBACK_COMMIT, () -> { in onVisibleForAutofill()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 1704 choreographer.postCallback(Choreographer.CALLBACK_COMMIT, r, null); in scheduleTrimMemory()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 62949 Landroid/view/Choreographer;->CALLBACK_COMMIT:I
|