HomeSort by relevance Sort by last modified time
    Searched refs:pauseSurface (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/view/
HardwareRenderer.java 237 abstract boolean pauseSurface(Surface surface);
ThreadedRenderer.java 161 boolean pauseSurface(Surface surface) {
ViewRootImpl.java     [all...]
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.h 72 bool pauseSurface(ANativeWindow* window);
RenderProxy.h 72 ANDROID_API bool pauseSurface(const sp<ANativeWindow>& window);
RenderProxy.cpp 165 CREATE_BRIDGE2(pauseSurface, CanvasContext* context, ANativeWindow* window) {
166 return (void*) args->context->pauseSurface(args->window);
169 bool RenderProxy::pauseSurface(const sp<ANativeWindow>& window) {
170 SETUP_TASK(pauseSurface);
CanvasContext.cpp 125 bool CanvasContext::pauseSurface(ANativeWindow* window) {
  /frameworks/base/core/jni/
android_view_ThreadedRenderer.cpp 289 return proxy->pauseSurface(window);

Completed in 261 milliseconds