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

/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DDrawGLFunctor.java37 private DestroyRunnable mDestroyRunnable;
40 mDestroyRunnable = new DestroyRunnable(nativeCreateGLFunctor(viewContext));
80 private static final class DestroyRunnable implements Runnable { class in class:DrawGLFunctor
83 DestroyRunnable(int nativeDrawGLFunctor) { method in class:DrawGLFunctor.DestroyRunnable

Completed in 47 milliseconds