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

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

Completed in 429 milliseconds