Home
last modified time | relevance | path

Searched refs:removeFrameCallback (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifPipelineChoreographer.kt93 viewChoreographer.removeFrameCallback(frameCallback)
107 viewChoreographer.removeFrameCallback(frameCallback)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifPipelineChoreographerTest.kt90 verify(viewChoreographer).removeFrameCallback(frameCallback)
103 verify(viewChoreographer).removeFrameCallback(frameCallback)
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp254 mRenderThread.removeFrameCallback(this); in setupPipelineSurface()
265 return mRenderThread.removeFrameCallback(this); in pauseSurface()
273 mRenderThread.removeFrameCallback(this); in setStopped()
405 mRenderThread.removeFrameCallback(this); in prepareTree()
525 mRenderThread.removeFrameCallback(this); in stopDrawing()
H A DRenderThread.h143 bool removeFrameCallback(IFrameCallback* callback);
H A DRenderThread.cpp479 bool RenderThread::removeFrameCallback(IFrameCallback* callback) { in removeFrameCallback() function in android::uirenderer::renderthread::RenderThread
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowAnimator.java255 mChoreographer.removeFrameCallback(mAnimationFrameCallback); in cancelAnimation()
/aosp14/frameworks/base/core/java/android/animation/
H A DAnimationHandler.java244 Choreographer.getInstance().removeFrameCallback(mPauser); in resumeAnimators()
/aosp14/frameworks/base/core/java/android/view/
H A DChoreographer.java635 public void removeFrameCallback(FrameCallback callback) { in removeFrameCallback() method in Choreographer
H A DViewRootImpl.java4668 mChoreographer.removeFrameCallback(mRenderProfiler); in profileRendering()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java15776 mChoreographer.removeFrameCallback(mTickCallback); in tick()
15798 mChoreographer.removeFrameCallback(mStartCallback); in stop()
15799 mChoreographer.removeFrameCallback(mRestartCallback); in stop()
15800 mChoreographer.removeFrameCallback(mTickCallback); in stop()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt16199 HSPLandroid/view/Choreographer;->removeFrameCallback(Landroid/view/Choreographer$FrameCallback;)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt16263 HSPLandroid/view/Choreographer;->removeFrameCallback(Landroid/view/Choreographer$FrameCallback;)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt50155 method public void removeFrameCallback(android.view.Choreographer.FrameCallback);