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

/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DDrawGLFunctor.java36 private DestroyRunnable mDestroyRunnable;
39 mDestroyRunnable = new DestroyRunnable(nativeCreateGLFunctor(viewContext));
87 private static final class DestroyRunnable implements Runnable { class in class:DrawGLFunctor
90 DestroyRunnable(long nativeDrawGLFunctor) { method in class:DrawGLFunctor.DestroyRunnable

Completed in 255 milliseconds