/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifPipelineChoreographer.kt | 93 viewChoreographer.removeFrameCallback(frameCallback) in cancel() 107 viewChoreographer.removeFrameCallback(frameCallback) in onTimeout()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifPipelineChoreographerTest.kt | 90 verify(viewChoreographer).removeFrameCallback(frameCallback) in scheduleThenEvalTimeoutCallback() 103 verify(viewChoreographer).removeFrameCallback(frameCallback) in scheduleThenCancel()
|
/frameworks/libs/systemui/toruslib/torus-framework-canvas/src/main/java/com/google/android/torus/canvas/engine/ |
D | CanvasWallpaperEngine.kt | 189 choreographer.removeFrameCallback(frameScheduler) in destroy() 269 choreographer.removeFrameCallback(frameScheduler) in stopUpdateLoop()
|
/frameworks/base/libs/hwui/platform/host/renderthread/ |
D | RenderThread.cpp | 121 bool RenderThread::removeFrameCallback(IFrameCallback* callback) { in removeFrameCallback() function in android::uirenderer::renderthread::RenderThread
|
/frameworks/base/libs/hwui/renderthread/ |
D | CanvasContext.cpp | 267 mRenderThread.removeFrameCallback(this); in setupPipelineSurface() 278 return mRenderThread.removeFrameCallback(this); in pauseSurface() 286 mRenderThread.removeFrameCallback(this); in setStopped() 419 mRenderThread.removeFrameCallback(this); in prepareTree() 553 mRenderThread.removeFrameCallback(this); in stopDrawing()
|
D | RenderThread.h | 140 bool removeFrameCallback(IFrameCallback* callback);
|
D | RenderThread.cpp | 489 bool RenderThread::removeFrameCallback(IFrameCallback* callback) { in removeFrameCallback() function in android::uirenderer::renderthread::RenderThread
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowAnimator.java | 277 mChoreographer.removeFrameCallback(mAnimationFrameCallback); in cancelAnimation()
|
/frameworks/base/core/java/android/animation/ |
D | AnimationHandler.java | 244 Choreographer.getInstance().removeFrameCallback(mPauser); in resumeAnimators()
|
/frameworks/base/core/java/android/view/ |
D | Choreographer.java | 644 public void removeFrameCallback(FrameCallback callback) { in removeFrameCallback() method in Choreographer
|
D | ViewRootImpl.java | 5112 mChoreographer.removeFrameCallback(mRenderProfiler); in profileRendering()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 15943 HSPLandroid/view/Choreographer;->removeFrameCallback(Landroid/view/Choreographer$FrameCallback;)V
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32045 method public void removeFrameCallback(android.view.Choreographer.FrameCallback);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16007 HSPLandroid/view/Choreographer;->removeFrameCallback(Landroid/view/Choreographer$FrameCallback;)V
|
/frameworks/base/core/api/ |
D | current.txt | 50629 method public void removeFrameCallback(android.view.Choreographer.FrameCallback);
|