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

/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DDrawGLFunctor.java36 private DestroyRunnable mDestroyRunnable; field in class:DrawGLFunctor
39 mDestroyRunnable = new DestroyRunnable(nativeCreateGLFunctor(viewContext));
40 mCleanupReference = new CleanupReference(this, mDestroyRunnable);
48 mDestroyRunnable = null;
53 mDestroyRunnable.detachNativeFunctor();
58 if (mDestroyRunnable.mNativeDrawGLFunctor == 0) {
66 mDestroyRunnable.mViewRootImpl = viewRootImpl;
68 viewRootImpl.invokeFunctor(mDestroyRunnable.mNativeDrawGLFunctor, waitForCompletion);
72 canvas.callDrawGLFunction(mDestroyRunnable.mNativeDrawGLFunctor);
74 viewRootImpl.invokeFunctor(mDestroyRunnable
[all...]

Completed in 27 milliseconds