Searched defs:runnable (Results 1 – 5 of 5) sorted by relevance
44 protected Runnable runnable; field in InvocationEvent53 public InvocationEvent(Object source, Runnable runnable) { in InvocationEvent()57 public InvocationEvent(Object source, Runnable runnable, in InvocationEvent()62 protected InvocationEvent(Object source, int id, Runnable runnable, in InvocationEvent()
52 final Runnable runnable = new Runnable() { in onCreate() local
93 public static void invokeLater(Runnable runnable) { in invokeLater()112 public static void invokeAndWait(Runnable runnable) throws InterruptedException, in invokeAndWait()
256 final void unsafeInvokeAndWait(Runnable runnable) throws InterruptedException, in unsafeInvokeAndWait()
279 Runnable runnable = new Runnable() { in start() local