/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 | BatchedInputEventReceiver.java | 84 mChoreographer.postCallback(Choreographer.CALLBACK_INPUT, mBatchedInputRunnable, null); in scheduleBatchedInput()
|
D | ViewRootInsetsControllerHost.java | 142 mViewRoot.mChoreographer.postCallback(Choreographer.CALLBACK_INSETS_ANIMATION, r, in postInsetsAnimationCallback()
|
D | Choreographer.java | 430 public void postCallback(int callbackType, Runnable action, Object token) { in postCallback() method in Choreographer
|
D | ViewRootImpl.java | 2101 mChoreographer.postCallback( in scheduleTraversals() 8614 mChoreographer.postCallback(Choreographer.CALLBACK_INPUT, in scheduleConsumeBatchedInput() 8868 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in postIfNeededLocked()
|
D | View.java | 19083 attachInfo.mViewRootImpl.mChoreographer.postCallback( in postOnAnimation()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | RampAnimator.java | 125 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, mAnimationCallback, null); in postAnimationCallback()
|
D | DisplayPowerState.java | 357 mChoreographer.postCallback(Choreographer.CALLBACK_TRAVERSAL, in scheduleColorFadeDraw()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DejankUtils.java | 249 sChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, sAnimationCallbackRunnable, in postAnimationCallback()
|
/frameworks/base/core/java/android/animation/ |
D | AnimationHandler.java | 253 mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, runnable, null); in postCommitCallback()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceAnimationRunner.java | 254 mChoreographer.postCallback(CALLBACK_TRAVERSAL, mApplyTransactionRunnable, in scheduleApplyTransaction()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SurfaceAnimationRunnerTest.java | 210 mSurfaceAnimationRunner.mChoreographer.postCallback(Choreographer.CALLBACK_COMMIT, in waitUntilNextFrame()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | SplashScreenExitAnimation.java | 290 Choreographer.getSfInstance().postCallback(CALLBACK_COMMIT, in finish()
|
D | StartingSurfaceDrawer.java | 344 mChoreographer.postCallback(CALLBACK_INSETS_ANIMATION, setViewSynchronized, null); in addSplashScreenStartingWindow()
|
/frameworks/base/graphics/java/android/graphics/animation/ |
D | RenderNodeAnimator.java | 446 mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null); in scheduleCallback()
|
/frameworks/base/core/java/com/android/internal/jank/ |
D | FrameTracker.java | 231 mChoreographer.mChoreographer.postCallback(Choreographer.CALLBACK_INPUT, () -> { in postTraceStartMarker()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsControllerTest.java | 808 Choreographer.getMainThreadInstance().postCallback(Choreographer.CALLBACK_COMMIT, in waitUntilNextFrame()
|
/frameworks/base/core/api/ |
D | test-lint-baseline.txt | 2238 MissingNullability: android.view.Choreographer#postCallback(int, Runnable, Object) parameter #1: 2240 MissingNullability: android.view.Choreographer#postCallback(int, Runnable, Object) parameter #2: 2850 SamShouldBeLast: android.view.Choreographer#postCallback(int, Runnable, Object):
|
D | test-current.txt | 2701 method public void postCallback(int, Runnable, Object);
|
/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/ |
D | boot-image-profile.txt | 16479 HSPLandroid/view/Choreographer;->postCallback(ILjava/lang/Runnable;Ljava/lang/Object;)V+]Landroid/v…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16528 HSPLandroid/view/Choreographer;->postCallback(ILjava/lang/Runnable;Ljava/lang/Object;)V+]Landroid/v…
|