Searched defs:pauseSurface (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp213 bool CanvasContext::pauseSurface(Surface* surface) { function in class:android::uirenderer::renderthread::CanvasContext
H A DRenderProxy.cpp167 CREATE_BRIDGE2(pauseSurface, CanvasContext* context, Surface* surface) {
168 return (void*) args->context->pauseSurface(args->surface);
171 bool RenderProxy::pauseSurface(const sp<Surface>& surface) { function in class:android::uirenderer::renderthread::RenderProxy
172 SETUP_TASK(pauseSurface);
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java485 boolean pauseSurface(Surface surface) { method in class:ThreadedRenderer

Completed in 13 milliseconds