Searched refs:mDestroyRunnable (Results 1 - 1 of 1) sorted by relevance

/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DDrawGLFunctor.java37 private DestroyRunnable mDestroyRunnable; field in class:DrawGLFunctor
40 mDestroyRunnable = new DestroyRunnable(nativeCreateGLFunctor(viewContext));
41 mCleanupReference = new CleanupReference(this, mDestroyRunnable);
48 mDestroyRunnable = null;
53 mDestroyRunnable.detachNativeFunctor();
57 if (mDestroyRunnable.mNativeDrawGLFunctor == 0) {
60 mDestroyRunnable.mViewRootImpl = viewRootImpl;
62 int ret = canvas.callDrawGLFunction(mDestroyRunnable.mNativeDrawGLFunctor);
68 viewRootImpl.attachFunctor(mDestroyRunnable.mNativeDrawGLFunctor);

Completed in 49 milliseconds