Home
last modified time | relevance | path

Searched refs:postFrameCallback (Results 1 – 25 of 35) sorted by relevance

12

/aosp14/frameworks/base/core/java/com/android/internal/graphics/
H A DSfVsyncFrameCallbackProvider.java41 public void postFrameCallback(Choreographer.FrameCallback callback) { in postFrameCallback() method in SfVsyncFrameCallbackProvider
42 mChoreographer.postFrameCallback(callback); in postFrameCallback()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifPipelineChoreographerTest.kt62 verify(viewChoreographer).postFrameCallback(capture())
81 verify(viewChoreographer).postFrameCallback(capture())
98 verify(viewChoreographer).postFrameCallback(capture())
/aosp14/frameworks/base/core/java/android/animation/
H A DAnimationHandler.java89 getProvider().postFrameCallback(this);
293 getProvider().postFrameCallback(mFrameCallback); in addAnimationFrameCallback()
448 public void postFrameCallback(Choreographer.FrameCallback callback) { in postFrameCallback() method in AnimationHandler.MyFrameCallbackProvider
449 mChoreographer.postFrameCallback(callback); in postFrameCallback()
513 void postFrameCallback(Choreographer.FrameCallback callback); in postFrameCallback() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/util/
H A DKeyguardTransitionRunner.kt90 override fun postFrameCallback(cb: FrameCallback) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifPipelineChoreographer.kt82 viewChoreographer.postFrameCallback(frameCallback)
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimationRunner.java166 mChoreographer.postFrameCallback(this::startAnimations); in continueStartingAnimations()
212 mChoreographer.postFrameCallback(this::startAnimations); in startAnimation()
222 mChoreographer.postFrameCallback(this::startAnimations); in startAnimation()
H A DWindowAnimator.java248 mChoreographer.postFrameCallback(mAnimationFrameCallback); in scheduleAnimation()
H A DWindowTracing.java304 mChoreographer.postFrameCallback(mFrameCallback); in schedule()
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp277 mRenderThread.postFrameCallback(this); in setStopped()
501 mRenderThread.postFrameCallback(this); in prepareTree()
511 mRenderThread.postFrameCallback(this); in prepareTree()
517 mRenderThread.postFrameCallback(this); in prepareTree()
648 mRenderThread.postFrameCallback(this); in draw()
H A DRenderThread.h142 void postFrameCallback(IFrameCallback* callback);
H A DRenderThread.cpp475 void RenderThread::postFrameCallback(IFrameCallback* callback) { in postFrameCallback() function in android::uirenderer::renderthread::RenderThread
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/android/animation/
H A DAnimatorTestRule.java239 public void postFrameCallback(Choreographer.FrameCallback callback) {
/aosp14/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/
H A DAttachedChoreographerTest.java261 sc.getChoreographer().postFrameCallback( in testPostFrameCallback()
271 copyChoreographer.postFrameCallback(frameTimeNanos -> mNoCallbackSignal.countDown()); in testPostFrameCallback()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceAnimationRunnerTest.java244 public void postFrameCallback(FrameCallback callback) { in postFrameCallback() method in SurfaceAnimationRunnerTest.NoOpFrameCallbackProvider
H A DSystemServicesTestRule.java507 wm.mAnimator.getChoreographer().postFrameCallback(time -> {
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java402 mChoreographer.postFrameCallback(this); in pingRenderLocked()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java240 Choreographer.getInstance().postFrameCallback(mFrameCallback); in invalOnVsync()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthController.kt451 choreographer.postFrameCallback(updateBlurCallback)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitch.java258 mSfVsyncFrameProvider.postFrameCallback(l -> { in moveButton()
H A DWindowMagnificationSettings.java302 mSfVsyncFrameProvider.postFrameCallback(l -> { in moveButton()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationControllerTest.java175 }).when(mSfVsyncFrameProvider).postFrameCallback( in setUp()
271 timeout(LAYOUT_CHANGE_TIMEOUT_MS).atLeast(2)).postFrameCallback(any()); in enableWindowMagnification_withAnimation_schedulesFrame()
384 verify(mSfVsyncFrameProvider, atLeastOnce()).postFrameCallback(any()); in moveMagnifier_schedulesFrame()
H A DMagnificationModeSwitchTest.java131 }).when(mSfVsyncFrameProvider).postFrameCallback( in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthControllerTest.kt361 .postFrameCallback(eq(notificationShadeDepthController.updateBlurCallback))
/aosp14/frameworks/base/core/java/android/view/
H A DChoreographer.java602 public void postFrameCallback(FrameCallback callback) { in postFrameCallback() method in Choreographer
/aosp14/frameworks/base/core/tests/coretests/src/android/animation/
H A DValueAnimatorTests.java1240 public void postFrameCallback(Choreographer.FrameCallback callback) {

12