Searched defs:cleanupThread (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/os/
H A DLooper_Accessor.java25 public static void cleanupThread() { method in class:Looper_Accessor
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java336 cleanupThread();
364 cleanupThread();
434 * Note that while this can be called several time, the first call to {@link #cleanupThread()}
451 public static void cleanupThread() { method in class:Bridge
453 Looper_Accessor.cleanupThread();

Completed in 81 milliseconds